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
{
"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