Inkwell for Zed
io.github.veronchenko/inkwell-memory
Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links
client:Zed
transport:stdio
runtime:oci
Install Inkwell in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"inkwell-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/foreigndmitryi/inkwell-memory:0.14.0"
],
"env": {
"INKWELL_DATA_PATH": "<INKWELL_DATA_PATH>",
"INKWELL_ENABLE_DASHBOARD": "<INKWELL_ENABLE_DASHBOARD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs