All MCP servers

Sonarqube Mcp Server

Official
by Api.AirforcestdioCloud & Infrastructure0571Custom

An MCP server that enables integration with SonarQube Server or Cloud for code quality and security.

mcpopen-sourcecloud-infrastructure

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "sonarqube-mcp-server-impbb15d": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}