Skip to content
Cursor

Claimidx for Cursor

io.github.claimidx/claimidx

Prior art for AI agents. Ask a claim index before retrying a known failure.

client:Cursor transport:stdio runtime:pypi

Install Claimidx 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": {
    "claimidx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claimidx"
      ],
      "env": {
        "CLAIMIDX_OWNER": "<CLAIMIDX_OWNER>"
      }
    }
  }
}

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

Claimidx in other clients