Skip to content
Zed

mcp pluggy for Zed

io.github.codespar/mcp-pluggy

MCP server for Pluggy — Open Finance Brasil aggregator: accounts, transactions, payment initiation

client:Zed transport:stdio runtime:npm

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

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

mcp pluggy in other clients