citeguard
About
Falsification-first citation auditor: existence, metadata, and claim-support checks via MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CITEGUARD_SOURCES CITEGUARD_MAILTOClaude Code
claude mcp add --env CITEGUARD_SOURCES= --env CITEGUARD_MAILTO= citeguard -- uvx citationguard
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"citeguard","command":"uvx","args":["citationguard"],"env":{"CITEGUARD_SOURCES":"","CITEGUARD_MAILTO":""}}'
JSON
{
"mcpServers": {
"citeguard": {
"command": "uvx",
"args": [
"citationguard"
],
"env": {
"CITEGUARD_SOURCES": "",
"CITEGUARD_MAILTO": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.