memento protocol for Windsurf
io.github.myrakrusemark/memento-protocol
Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
client:Windsurf
transport:stdio
runtime:npm
Install memento protocol in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "<MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<MEMENTO_WORKSPACE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs