Skip to content
Gemini CLI

mcp archiveorg for Gemini CLI

io.github.smeet666/mcp-archiveorg

Search inside digitised books, browse the Internet Archive catalogue and read Wayback captures.

client:Gemini CLI transport:stdio runtime:npm

Install mcp archiveorg 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-archiveorg": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-archiveorg"
      ],
      "env": {
        "IA_USER_AGENT": "<IA_USER_AGENT>",
        "IA_MIN_INTERVAL_MS": "<IA_MIN_INTERVAL_MS>",
        "IA_HISTORY_TIMEOUT_MS": "<IA_HISTORY_TIMEOUT_MS>",
        "IA_LOG_LEVEL": "<IA_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 archiveorg in other clients