Skip to content
Windsurf

agent memory mcp for Windsurf

io.github.xultrax-web/agent-memory-mcp

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

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",
        "@xultrax-web/agent-memory-mcp"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
        "AGENT_MEMORY_SCOPE": "<AGENT_MEMORY_SCOPE>",
        "AGENT_MEMORY_LOG": "<AGENT_MEMORY_LOG>"
      }
    }
  }
}

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

agent memory mcp in other clients