mcp nbb for Zed
io.github.lacausecrypto/mcp-nbb
MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).
client:Zed
transport:stdio
runtime:pypi
Install mcp nbb in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-nbb": {
"command": "uvx",
"args": [
"mcp-nbb"
],
"env": {
"NBB_LOG_LEVEL": "<NBB_LOG_LEVEL>",
"NBB_LOG_FORMAT": "<NBB_LOG_FORMAT>",
"NBB_HTTP_CACHE_ENABLED": "<NBB_HTTP_CACHE_ENABLED>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs