Firekeep for Zed
io.github.kapella-hub/firekeep
Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.
client:Zed
transport:stdio
runtime:pypi
Install Firekeep in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"firekeep": {
"command": "uvx",
"args": [
"firekeep-client"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs