Sonar MVP Server
@lreimer
About Sonar MVP Server
A MCP server implementation for the SonarQube Cloud API in Golang.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sonar-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"go",
"run",
"main.go"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Sonar MVP Server?
An MCP server implementation that interfaces with the SonarQube Cloud API. Written in Go, it enables MCP clients to interact with SonarQube Cloud features through either stdio or SSE transport.
How to use Sonar MVP Server?
Configure it as an MCP server by providing the binary path, arguments (e.g., "-t" "stdio"), and the environment variable SONAR_TOKEN. For local development, use the MCP inspector with go run main.go or start an SSE server and connect via npx @modelcontextprotocol/inspector.
Key features of Sonar MVP Server
- MCP server for the SonarQube Cloud API
- Supports stdio and SSE transports
- Written in Go, deployable via Docker
- Can be deployed manually to Google Cloud Run
- Uses SONAR_TOKEN for authentication
Use cases of Sonar MVP Server
- Integrate SonarQube Cloud analysis with MCP-compatible assistants like Claude Desktop
- Run locally for development and testing of MCP interactions
- Deploy as a serverless backend on Google Cloud Run for production use
FAQ from Sonar MVP Server
What transports does Sonar MVP Server support?
It supports both stdio (default) and SSE (server-sent events) transports.
How do I authenticate with Sonar MVP Server?
Set the SONAR_TOKEN environment variable with your SonarQube Cloud API token.
Can I deploy Sonar MVP Server to the cloud?
Yes, it can be deployed manually to Google Cloud Run using the provided commands or via a Docker image built on GitHub.
Who maintains Sonar MVP Server and under what license?
M.-Leander Reimer (@lreimer), [email protected], under the MIT license.
Frequently asked questions
What transports does Sonar MVP Server support?
It supports both stdio (default) and SSE (server-sent events) transports.
How do I authenticate with Sonar MVP Server?
Set the `SONAR_TOKEN` environment variable with your SonarQube Cloud API token.
Can I deploy Sonar MVP Server to the cloud?
Yes, it can be deployed manually to Google Cloud Run using the provided commands or via a Docker image built on GitHub.
Who maintains Sonar MVP Server and under what license?
M.-Leander Reimer (@lreimer), <[email protected]>, under the MIT license.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments