Sonar MVP Server
@lreimer
Sonar MVP Server について
A MCP server implementation for the SonarQube Cloud API in Golang.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sonar-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"go",
"run",
"main.go"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント