Skip to content
Cursor

mcp verify claim for Cursor

io.github.sudo-ai-git/mcp-verify-claim

Force evidence-gated, tiered claim reporting (FACT/INFERENCE/SPECULATION). No-LLM.

client:Cursor transport:stdio runtime:pypi

Install mcp verify claim in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-verify-claim": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-verify-claim"
      ]
    }
  }
}

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

mcp verify claim in other clients