Skip to content
Cline

a mem mcp for Cline

io.github.diaaaj/a-mem-mcp

Self-evolving memory system for AI agents

client:Cline transport:stdio runtime:pypi

Install a mem 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": {
    "a-mem-mcp": {
      "command": "uvx",
      "args": [
        "a-mem"
      ],
      "env": {
        "LLM_BACKEND": "<LLM_BACKEND>",
        "LLM_MODEL": "<LLM_MODEL>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "EMBEDDING_MODEL": "<EMBEDDING_MODEL>",
        "CHROMA_DB_PATH": "<CHROMA_DB_PATH>"
      }
    }
  }
}

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

a mem mcp in other clients