sonarlint-mcp-server

nielspeter/sonarlint-mcp-server
★ 3 stars TypeScript 💻 Code/Dev Tools Updated 8d ago
A Model Context Protocol (MCP) server that brings enterprise-grade code analysis to Claude Desktop and other MCP clients using SonarLint's standalone SLOOP backend.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Topics

claudeclaude-desktopcode-analysiscode-qualitydeveloper-toolsjavascriptlintingmcpmcp-serversonarlintsonarqubestatic-analysistypescript