Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

cpfhub in other clients