mcp libraryofcongress for Zed
io.github.smeet666/mcp-libraryofcongress
Search inside scanned US newspapers and browse the Library of Congress catalogue. No API key.
client:Zed
transport:stdio
runtime:npm
Install mcp libraryofcongress in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-libraryofcongress": {
"command": "npx",
"args": [
"-y",
"mcp-libraryofcongress"
],
"env": {
"LOC_USER_AGENT": "<LOC_USER_AGENT>",
"LOC_MIN_INTERVAL_MS": "<LOC_MIN_INTERVAL_MS>",
"LOC_TIMEOUT_MS": "<LOC_TIMEOUT_MS>",
"LOC_NEWSPAPER_TIMEOUT_MS": "<LOC_NEWSPAPER_TIMEOUT_MS>",
"LOC_LOG_LEVEL": "<LOC_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs