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
{
"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