Skip to content
Zed

mcp open finance for Zed

io.github.codespar/mcp-open-finance

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

client:Zed transport:stdio runtime:npm

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

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

mcp open finance in other clients