Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Repo Memory in other clients