refcheck for Windsurf
io.github.benchoi93/refcheck
Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.
client:Windsurf
transport:stdio
runtime:pypi
Install refcheck in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"refcheck": {
"command": "uvx",
"args": [
"refcheck-mcp"
],
"env": {
"CROSSREF_EMAIL": "<CROSSREF_EMAIL>",
"S2_API_KEY": "<S2_API_KEY>",
"ELSEVIER_KEY": "<ELSEVIER_KEY>",
"ELSEVIER_INSTTOKEN": "<ELSEVIER_INSTTOKEN>",
"IEEE_API_KEY": "<IEEE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs