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
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments