Back to MCP Servers
Fastmcp Sonarqube Metrics
A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status.
developer-tools
By ArchAI-Labs
Installation
npx -y fastmcp-sonarqube-metricsConfiguration
{
"mcpServers": {
"fastmcp-sonarqube-metrics": {
"command": "npx",
"args": ["-y", "fastmcp-sonarqube-metrics"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes