go-sonarqube-mcp-server

wl4g-ai/go-sonarqube-mcp-server
★ 1 stars Java Other Updated today
A Sonarqube MCP server written in Golang, based on Official SonarQube MCP Server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-sonarqube-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "wl4g-ai/go-sonarqube-mcp-server"
      ]
    }
  }
}