Skip to content
Zed

mcp pomelo for Zed

io.github.codespar/mcp-pomelo

MCP server for Pomelo — pan-LATAM card issuing: users, virtual/physical cards, transactions

client:Zed transport:stdio runtime:npm

Install mcp pomelo 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-pomelo": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-pomelo"
      ],
      "env": {
        "POMELO_CLIENT_ID": "<POMELO_CLIENT_ID>",
        "POMELO_CLIENT_SECRET": "<POMELO_CLIENT_SECRET>",
        "POMELO_ENV": "<POMELO_ENV>",
        "POMELO_BASE_URL": "<POMELO_BASE_URL>",
        "POMELO_AUTH_URL": "<POMELO_AUTH_URL>",
        "POMELO_AUDIENCE": "<POMELO_AUDIENCE>"
      }
    }
  }
}

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

mcp pomelo in other clients