Claimidx for VS Code
io.github.claimidx/claimidx
Prior art for AI agents. Ask a claim index before retrying a known failure.
client:VS Code
transport:stdio
runtime:pypi
Install Claimidx in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "claimidx-owner",
"description": "CLAIMIDX_OWNER",
"password": true
}
],
"servers": {
"claimidx": {
"type": "stdio",
"command": "uvx",
"args": [
"claimidx"
],
"env": {
"CLAIMIDX_OWNER": "${input:claimidx-owner}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs