Skip to content
Zed

boe mcp for Zed

io.github.moureauf/boe-mcp

Bank of England base rate, rate history, historical lookup, and next MPC meeting date over stdio.

client:Zed transport:stdio runtime:npm

Install boe mcp in Zed

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

{
  "context_servers": {
    "boe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "boe-mcp"
      ]
    }
  }
}

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

boe mcp in other clients