memex for Windsurf
io.github.evan-moon/memex
Local-first second brain with semantic search. Markdown notes indexed by a local ML model.
client:Windsurf
transport:stdio
runtime:npm
Install memex in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"memex": {
"command": "npx",
"args": [
"-y",
"@evan-moon/memex"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs