Skip to content
Cursor

CiteGuard for Cursor

io.github.lonexreb/retractguard

Open watchdog for retracted & problematic citations: Retraction Watch, OpenAlex, Crossref.

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": {
    "retractguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "retractguard"
      ],
      "env": {
        "OPENALEX_API_KEY": "<OPENALEX_API_KEY>",
        "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