katzilla for Zed
io.github.codeislaw101/katzilla
300+ free public & government data sources behind one API key, for AI agents.
client:Zed
transport:stdio
runtime:npm
Install katzilla in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"katzilla": {
"command": "npx",
"args": [
"-y",
"@katzilla/mcp"
],
"env": {
"KATZILLA_API_KEY": "<KATZILLA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs