Skip to content
Zed

Claimidx for Zed

io.github.claimidx/claimidx

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

client:Zed transport:stdio runtime:pypi

Install Claimidx in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "claimidx": {
      "command": "uvx",
      "args": [
        "claimidx"
      ],
      "env": {
        "CLAIMIDX_OWNER": "<CLAIMIDX_OWNER>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Claimidx in other clients