cbr mcp for Zed
io.github.mrfentmen/cbr-mcp
Russian central bank daily rates. No key required.
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",
"cbr-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs