cpfhub for Windsurf
io.github.cpfhub/cpfhub
MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.
client:Windsurf
transport:stdio
runtime:npm
Install cpfhub in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cpfhub": {
"command": "npx",
"args": [
"-y",
"@cpfhub/mcp"
],
"env": {
"CPFHUB_API_KEY": "<CPFHUB_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs