Sonar MVP Server
@lreimer
About Sonar MVP Server
A MCP server implementation for the SonarQube Cloud API in Golang.
Basic information
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.
More Other MCP servers
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments