Skip to content
Zed

cbr mcp for Zed

io.github.theyahia/cbr-mcp

MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.

client:Zed transport:stdio runtime:npm

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

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

cbr mcp in other clients