memex for Windsurf
io.github.iamtouchskyer/memex
Zettelkasten-based agent memory system with bidirectional links
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",
"@touchskyer/memex"
],
"env": {
"MEMEX_HOME": "<MEMEX_HOME>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs