Skip to content
Windsurf

State Memory MCP for Windsurf

io.github.putervision/state-memory-mcp

Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.

client:Windsurf transport:stdio runtime:npm

Install State Memory MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "state-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/state-memory-mcp"
      ]
    }
  }
}

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

State Memory MCP in other clients