context keeper for Windsurf
io.github.jarmstrong158/context-keeper
Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.
client:Windsurf
transport:stdio
runtime:pypi
Install context keeper in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"context-keeper": {
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<CONTEXT_KEEPER_PROJECT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs