Skip to content
Cursor

api deprecation radar mcp for Cursor

io.github.mrfentmen/api-deprecation-radar-mcp

Count local API deprecation markers by broad severity without returning endpoint names, paths,...

client:Cursor transport:stdio runtime:npm

Install api deprecation radar mcp in Cursor

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

{
  "mcpServers": {
    "api-deprecation-radar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "api-deprecation-radar-mcp"
      ]
    }
  }
}

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

api deprecation radar mcp in other clients