memoir for Windsurf
io.github.bighippoman/memoir
Structured session journals for AI agents. Persistent memory across sessions.
client:Windsurf
transport:stdio
runtime:npm
Install memoir in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"memoir": {
"command": "npx",
"args": [
"-y",
"memoir-mcp"
],
"env": {
"MEMOIR_MAX_CONTENT": "<MEMOIR_MAX_CONTENT>",
"MEMOIR_MAX_OUTCOME": "<MEMOIR_MAX_OUTCOME>",
"MEMOIR_MAX_ENTRIES": "<MEMOIR_MAX_ENTRIES>",
"MEMOIR_MAX_SESSIONS": "<MEMOIR_MAX_SESSIONS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs