Skip to content
Zed

mcp ebanx for Zed

io.github.codespar/mcp-ebanx

MCP server for EBANX — cross-border payments, payouts, exchange rates

client:Zed transport:stdio runtime:npm

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

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

mcp ebanx in other clients