Memory Engine MCP for Zed
io.github.simoneb79/memory-engine-mcp
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
client:Zed
transport:stdio
runtime:oci
Install Memory Engine MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memory-engine-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/simoneb79/memory-engine-mcp:1.5.3"
],
"env": {
"MEMORY_DB_PATH": "<MEMORY_DB_PATH>",
"MARKDOWN_SOURCE": "<MARKDOWN_SOURCE>",
"MEMORY_PORT": "<MEMORY_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs