> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-mcp-server/setup/quickstart-guides.md).

# IDE/CLI quickstart guides

Choose your IDE or CLI for step-by-step setup and workflow instructions:

* [Antigravity](/sonarqube-mcp-server/setup/quickstart-guides/antigravity.md) (Google's successor to Gemini CLI)
* [Claude Code](/sonarqube-mcp-server/setup/quickstart-guides/claude-code.md)
* [Codex CLI](/sonarqube-mcp-server/setup/quickstart-guides/codex-cli.md)
* [Cursor](/sonarqube-mcp-server/setup/quickstart-guides/cursor.md)
* [VS Code](/sonarqube-mcp-server/setup/quickstart-guides/vs-code.md)
* [GitHub Copilot CLI](/sonarqube-mcp-server/setup/quickstart-guides/github-copilot-cli.md)
* [GitHub Copilot Cloud Agent](/sonarqube-mcp-server/setup/quickstart-guides/github-copilot-cloud-agent.md)
* [Kiro](/sonarqube-mcp-server/setup/quickstart-guides/kiro.md)
* [Windsurf](/sonarqube-mcp-server/setup/quickstart-guides/windsurf.md)
* [Zed](/sonarqube-mcp-server/setup/quickstart-guides/zed.md)

## Configuration guide

Before you start, review the [Prerequisites](/sonarqube-mcp-server/setup/prerequisites.md).

Use the official [SonarQube MCP Server configuration generator](https://mcp.sonarqube.com/config-generator.html) to get a configuration code snippet for your setup:

1. Identify the target MCP Client.
2. Find your [#common-variables](/sonarqube-mcp-server/reference/environment-variables.md#common-variables).
3. Choose a [hosting method](/sonarqube-mcp-server/setup/environment-considerations.md#hosting-method).
4. Enter the information into the configuration generator.
5. Paste the generated configuration into your configuration file.

For client-specific manual setup steps, open the guide for your IDE or CLI from the list above.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/sonarqube-mcp-server/setup/quickstart-guides.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.
