Memory Kernel for Zed
io.github.artem362/memory-kernel
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
client:Zed
transport:stdio
runtime:pypi
Install Memory Kernel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memory-kernel": {
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<MEMORY_KERNEL_DB>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs