CiteGuard for Grok
io.github.lonexreb/retractguard
Open watchdog for retracted & problematic citations: Retraction Watch, OpenAlex, Crossref.
client:Grok
transport:stdio
runtime:pypi
Install CiteGuard in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"retractguard": {
"type": "stdio",
"command": "uvx",
"args": [
"retractguard"
],
"env": {
"OPENALEX_API_KEY": "<OPENALEX_API_KEY>",
"CITEGUARD_MAILTO": "<CITEGUARD_MAILTO>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs