Skip to content
Zed

monzo mcp for Zed

io.github.partymola/monzo-mcp

Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.

client:Zed transport:stdio runtime:oci

Install monzo mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "monzo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/monzo-mcp:v0.9.0"
      ]
    }
  }
}

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

monzo mcp in other clients