Skip to content
Cursor

linkrescue mcp for Cursor

io.github.carsonroell-debug/linkrescue-mcp

Broken link detection with affiliate tracking, revenue loss estimation, and fixes

client:Cursor transport:stdio runtime:pypi

Install linkrescue mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "linkrescue-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "linkrescue-mcp"
      ],
      "env": {
        "LINKRESCUE_API_BASE_URL": "<LINKRESCUE_API_BASE_URL>",
        "LINKRESCUE_API_KEY": "<LINKRESCUE_API_KEY>"
      }
    }
  }
}

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

linkrescue mcp in other clients