Skip to content

v0.5.5

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 18:25

Installation

npx @nielspeter/sonarlint-mcp-server

Configuration

Claude Code

claude mcp add --transport stdio sonarlint -- npx -y @nielspeter/sonarlint-mcp-server

Claude Desktop

Manually add to claude_desktop_config.json:

{
  "mcpServers": {
    "sonarlint": {
      "command": "npx",
      "args": ["-y", "@nielspeter/sonarlint-mcp-server"]
    }
  }
}

See README.md for full documentation.

Full Changelog: v0.5.4...v0.5.5