sapientpants/sonarqube-mcp-server
0 Views
0 Installs
🦀 ☁️ 🏠 - A Model Context Protocol (MCP) server that integrates with SonarQube to provide AI assistants with access to code quality metrics, issues, and quality gate statuses
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"sapientpants-sonarqube-mcp-server": {
"command": "npx",
"args": [
"-y",
"sapientpants-sonarqube-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
This project is no longer maintained. Please refer to the official version at sonarqube-mcp-server.