Skip to content
Zed

mcp stone for Zed

io.github.codespar/mcp-stone

MCP server for Stone — open banking, payments, Pix, transfers

client:Zed transport:stdio runtime:npm

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

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

mcp stone in other clients