Skip to content
Zed

mcp belvo for Zed

io.github.codespar/mcp-belvo

Belvo — Open Finance aggregator for LATAM

client:Zed transport:stdio runtime:npm

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

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

mcp belvo in other clients