Skip to content
Zed

mcp pix bcb for Zed

io.github.codespar/mcp-pix-bcb

MCP server for Pix BCB API — official Banco Central do Brasil Pix standard

client:Zed transport:stdio runtime:npm

Install mcp pix bcb 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": {
    "mcp-pix-bcb": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pix-bcb"
      ],
      "env": {
        "PIX_CLIENT_SECRET": "<PIX_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp pix bcb in other clients