Skip to content
Windsurf

agent recall for Windsurf

io.github.goldentrii/agent-recall

Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.

client:Windsurf transport:stdio runtime:npm

Install agent recall in Windsurf

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

{
  "mcpServers": {
    "agent-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agent-recall-mcp"
      ]
    }
  }
}

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

agent recall in other clients