Skip to content
Zed

mcp iniciador for Zed

io.github.codespar/mcp-iniciador

MCP server for Iniciador — Open Finance Brasil Pix payment initiation (PISP), ICP-Brasil + DCR

client:Zed transport:stdio runtime:npm

Install mcp iniciador 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-iniciador": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-iniciador"
      ],
      "env": {
        "INICIADOR_CLIENT_ID": "<INICIADOR_CLIENT_ID>",
        "INICIADOR_CLIENT_SECRET": "<INICIADOR_CLIENT_SECRET>",
        "INICIADOR_API_BASE": "<INICIADOR_API_BASE>"
      }
    }
  }
}

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

mcp iniciador in other clients