Skip to content
Zed

mcp archiveorg for Zed

io.github.smeet666/mcp-archiveorg

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

client:Zed transport:stdio runtime:npm

Install mcp archiveorg in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp archiveorg in other clients