Skip to content
Zed

rba mcp for Zed

io.ausdata/rba-mcp

Query the RBA in plain English — cash rate, FX, lending and deposit rates.

client:Zed transport:stdio runtime:pypi

Install rba mcp in Zed

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

{
  "context_servers": {
    "rba-mcp": {
      "command": "uvx",
      "args": [
        "rba-mcp"
      ]
    }
  }
}

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

rba mcp in other clients