Skip to content
Cursor

corroborate mcp for Cursor

io.github.chefcohen/corroborate-mcp

Honest claim corroboration for AI agents: syndication-aware independent-source counting.

client:Cursor transport:stdio runtime:npm

Install corroborate mcp in Cursor

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

{
  "mcpServers": {
    "corroborate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "corroborate-mcp"
      ]
    }
  }
}

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

corroborate mcp in other clients