Skip to content
Cursor

citeguard for Cursor

io.github.xiaweiyi713/citeguard

Falsification-first citation auditor: existence, metadata, and claim-support checks via MCP.

client:Cursor transport:stdio runtime:pypi

Install citeguard 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": {
    "citeguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "citationguard"
      ],
      "env": {
        "CITEGUARD_SOURCES": "<CITEGUARD_SOURCES>",
        "CITEGUARD_MAILTO": "<CITEGUARD_MAILTO>"
      }
    }
  }
}

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

citeguard in other clients