Skip to content
Cline

agent memory mcp for Cline

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

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

client:Cline transport:stdio runtime:npm

Install agent memory mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent memory mcp in other clients