go-sonarqube-mcp-server

flowgent-labs/go-sonarqube-mcp-server
★ 1 stars Java AI/LLM Updated today
A Enhanced Sonarqube MCP server written in Golang, based on Official 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",
        "flowgent-labs/go-sonarqube-mcp-server"
      ]
    }
  }
}

README Excerpt

A Go MCP server for SonarQube, providing AI agents with access to code quality, security, and project management capabilities. ```sh make ``` | Variable | Required | Description | |---|---|---| | `SONARQUBE_URL` | Conditional | SonarQube Server URL (e.g. `https://sonar.example.com`). Not needed if `SONARQUBE_ORG` is set. |

Tools (7)

SONARQUBE_ORGSONARQUBE_PROJECT_KEYSONARQUBE_READ_ONLYSONARQUBE_TOKENSONARQUBE_TOKEN_FILESONARQUBE_TOOLSETSSONARQUBE_URL