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
{
"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