Repo Memory for Windsurf
io.github.yubinkim444/repo-memory
Shared, git-tracked working memory for AI agents on the same codebase.
client:Windsurf
transport:stdio
runtime:pypi
Install Repo Memory in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"repo-memory": {
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<REPO_MEMORY_ROOT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs