Engram for Windsurf
io.github.devinmlowe/engram
Cognitive memory for coding agents: hybrid recall, remember/forget, knowledge graph, nightly dreams.
client:Windsurf
transport:stdio
runtime:npm
Install Engram in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs