Memory Engine MCP for Cline
io.github.simoneb79/memory-engine-mcp
Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.
client:Cline
transport:stdio
runtime:oci
Install Memory Engine MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs