Skip to content
Windsurf

agent memory mcp for Windsurf

io.github.kira-autonoma/agent-memory-mcp

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

client:Windsurf transport:stdio runtime:npm

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

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

agent memory mcp in other clients