Skip to content
Zed

mcp celcoin for Zed

io.github.codespar/mcp-celcoin

MCP server for Celcoin — Pix, boleto, transfers, bill payments, top-ups

client:Zed transport:stdio runtime:npm

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

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

mcp celcoin in other clients