Skip to content
Cursor

verity for Cursor

io.github.clawdio777/verity

Real-time fact-checking MCP. Verifies claims against live sources with structured verdicts.

client:Cursor transport:stdio runtime:npm

Install verity 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": {
    "verity": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "verity-mcp"
      ],
      "env": {
        "VERITY_PRIVATE_KEY": "<VERITY_PRIVATE_KEY>"
      }
    }
  }
}

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

verity in other clients