Skip to content
Windsurf

agentic-recall for Windsurf

io.github.dfrancislyondflabc-tech/agentic-recall

Long-term memory for agentic tasks. It tells you when it doesn't know.

client:Windsurf transport:stdio runtime:npm

Install agentic-recall 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": {
    "agentic-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-recall"
      ],
      "env": {
        "MEMORY_DIR": "<MEMORY_DIR>",
        "MEMORY_ROOT": "<MEMORY_ROOT>"
      }
    }
  }
}

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

agentic-recall in other clients