# Prerequisites

To set up the SonarQube MCP Server, you'll need the following:

* A supported MCP client. A list of tested clients is in the [Quickstart guides](/agent-centric-development-cycle/developer-tools/mcp-server/setup/quickstart-guides.md) section.
* One of the following:
  * A SonarQube Cloud organization. Both the EU and US region organizations are supported.
  * SonarQube Server 2025.1 or later.
  * SonarQube Community Build.
* For self-hosted deployment: a container management tool to run the container image (for example, Docker), or JDK 21+ to build from source.

## Next steps

Review [Environment considerations](/agent-centric-development-cycle/developer-tools/mcp-server/setup/environment-considerations.md) and follow the [Quickstart guides](/agent-centric-development-cycle/developer-tools/mcp-server/setup/quickstart-guides.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonarsource.com/agent-centric-development-cycle/developer-tools/mcp-server/setup/prerequisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
