Skip to content
Windsurf

project memory mcp for Windsurf

io.github.kaaustubh/project-memory-mcp

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

client:Windsurf transport:stdio runtime:npm

Install project memory mcp 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": {
    "project-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaaustubh/project-memory-mcp"
      ],
      "env": {
        "PROJECT_MEMORY_ROOT": "<PROJECT_MEMORY_ROOT>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

project memory mcp in other clients