sonarIssue

name-q/sonarIssue

3.2

If you are the rightful owner of sonarIssue and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Sonar Issues MCP Server is a tool designed to streamline the process of managing and resolving issues identified by SonarQube, a popular code quality and security analysis tool.

Sonar Issues MCP Server

“An MCP server that extracts and resolves your Sonar issues, so you no longer have to pretend you’ll ‘get to them soon’.”


Quick Start (npx)

Just run it. No installation, no dependencies, no nonsense:

SONAR_TOKEN=your_token npx sonar-issues-mcp@latest

If it crashes, it's probably your token’s fault.


Enable in Kiro

Create this file if it doesn’t exist:

.kiro/settings/mcp.json

Add the following:

{
  "mcpServers": {
    "sonar-issues-mcp": {
      "command": "npx",
      "args": ["sonar-issues-mcp@latest"],
      "env": {
        "SONAR_TOKEN": "your_sonar_token_here"
      }
    }
  }
}

Restart Kiro. If it still doesn’t show up, pretend this is a feature.


Capabilities

  • Pulls Sonar issues so you don’t have to do it manually
  • Fetches way-too-detailed issue info
  • Generates “helpful” fix suggestions (results may vary)
  • Batch analysis that makes you look productive

Get Your Sonar Token

Visit:

https://your-sonar-server/account/security

Click Generate Tokens.
Give it a name.
Pretend the name matters.


Environment Variables

NameDescription
SONAR_TOKENRequired, like oxygen

License

MIT — because life is too short for complicated licenses.