Sonar MVP Server
@lreimer
A MCP server implementation for the SonarQube Cloud API in Golang.
概要
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.