KEPTA — Agent Memory for Zed
io.github.damiantodorovic/kepta
Local memory for AI agents. One SQLite file on your machine — no cloud, no account.
client:Zed
transport:stdio
runtime:npm
Install KEPTA — Agent Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kepta": {
"command": "npx",
"args": [
"-y",
"kepta-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs