memex for Windsurf
io.github.ayushagrawal288/memex
Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.
client:Windsurf
transport:stdio
runtime:oci
Install memex in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"memex": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ayushagrawal288/memex:v0.1.0"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs