Skip to content

eleata Claim Verifier for Zed

io.github.hernaninverso/eleata-verify-mcp

Grounding/hallucination guard: verify a claim against evidence (Supported/Refuted/NEE).

client:Zed transport:stdio runtime:npm

Install eleata Claim Verifier 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": {
    "eleata-verify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eleata-verify-mcp"
      ],
      "env": {
        "EVERIFY_API_KEY": "<EVERIFY_API_KEY>"
      }
    }
  }
}

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

eleata Claim Verifier in other clients