Kirok Memory for Zed
io.github.tadfuji/kirok-mcp
Persistent memory for AI agents - hybrid semantic + keyword recall with autonomous consolidation
client:Zed
transport:stdio
runtime:pypi
Install Kirok Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kirok-mcp": {
"command": "uvx",
"args": [
"kirok-mcp"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs