Skip to content
Gemini CLI

mcp nbb for Gemini CLI

io.github.lacausecrypto/mcp-nbb

MCP server for the National Bank of Belgium SDMX statistical API (221 dataflows).

client:Gemini CLI transport:stdio runtime:pypi

Install mcp nbb in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp nbb in other clients