cpfhub for Zed
io.github.cpfhub/cpfhub
MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.
client:Zed
transport:stdio
runtime:npm
Install cpfhub in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cpfhub": {
"command": "npx",
"args": [
"-y",
"@cpfhub/mcp"
],
"env": {
"CPFHUB_API_KEY": "<CPFHUB_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs