Skip to content
Zed

mcp cielo for Zed

io.github.codespar/mcp-cielo

MCP server for Cielo — credit card, debit, boleto, recurrent payments

client:Zed transport:stdio runtime:npm

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

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

mcp cielo in other clients