Engram for Windsurf
io.github.rwnalds/engram
Git-backed markdown memory for AI agents; search hides superseded and archived notes.
client:Windsurf
transport:stdio
runtime:oci
Install Engram in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"engram": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rwnalds/engram:0.1.2"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs