Skip to content
Cursor

tech debt mcp for Cursor

io.github.pierrejanineh/tech-debt-mcp

MCP Server for analyzing technical debt across multiple programming languages

client:Cursor transport:stdio runtime:npm

Install tech debt mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tech-debt-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tech-debt-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tech debt mcp in other clients