Memory Engine MCP for Claude Desktop
io.github.simoneb79/memory-engine-mcp
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
client:Claude Desktop
transport:stdio
runtime:oci
Install Memory Engine MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs