II.
ToolServer JSON
Structured · livetool-server:mcp-sonarqube
SonarQube MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-sonarqube",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-security.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "SonarQube MCP Server",
"description": "MCP server providing access to SonarQube code quality platform.\nEnables AI agents to query code quality metrics, inspect issues,\nreview security hotspots, and analyze technical debt.\n",
"protocol": "mcp",
"category": "security",
"repoUrl": "https://github.com/SonarSource/sonar-mcp-server",
"maintainer": "SonarSource",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-sonarqube",
"to": "role:security-reviewer",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Static analysis findings support security and quality review."
}
},
{
"from": "tool-server:mcp-sonarqube",
"to": "responsibility:run-security-scans",
"kind": "supports_work",
"attributes": {
"confidence": "high",
"evidence": "SonarQube provides code quality and security scanning results."
}
},
{
"from": "tool-server:mcp-sonarqube",
"to": "workflow:vulnerability-management",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Security hotspots and code smells feed remediation workflows."
}
},
{
"from": "tool-server:mcp-sonarqube",
"to": "tool:sonarqube",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-sonarqube",
"to": "domain:cybersecurity",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-sonarqube",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}