Skip to content
Gemini CLI

mcp databnf for Gemini CLI

io.github.smeet666/mcp-databnf

Search the BnF open catalogue: authors, works, editions and links to what is digitised.

client:Gemini CLI transport:stdio runtime:npm

Install mcp databnf 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-databnf": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-databnf"
      ],
      "env": {
        "BNF_USER_AGENT": "<BNF_USER_AGENT>",
        "BNF_MIN_INTERVAL_MS": "<BNF_MIN_INTERVAL_MS>",
        "BNF_TIMEOUT_MS": "<BNF_TIMEOUT_MS>",
        "BNF_MAX_RETRIES": "<BNF_MAX_RETRIES>",
        "BNF_CACHE_TTL_MS": "<BNF_CACHE_TTL_MS>",
        "BNF_LOG_LEVEL": "<BNF_LOG_LEVEL>"
      }
    }
  }
}

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

mcp databnf in other clients