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
{
"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