Skip to content
Cursor

eleata Claim Verifier for Cursor

io.github.hernaninverso/eleata-verify-mcp

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

client:Cursor transport:stdio runtime:npm

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

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

eleata Claim Verifier in other clients