Engram for Cline
io.github.devinmlowe/engram
Cognitive memory for coding agents: hybrid recall, remember/forget, knowledge graph, nightly dreams.
client:Cline
transport:stdio
runtime:npm
Install Engram 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": {
"engram": {
"command": "npx",
"args": [
"-y",
"@devinmlowe/engram"
],
"env": {
"ENGRAM_DB_PATH": "<ENGRAM_DB_PATH>",
"ENGRAM_MCP_PORT": "<ENGRAM_MCP_PORT>",
"ENGRAM_MCP_TOKEN": "<ENGRAM_MCP_TOKEN>",
"ENGRAM_MCP_STANDALONE": "<ENGRAM_MCP_STANDALONE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs