Skip to content
Cursor

a mem mcp for Cursor

io.github.diaaaj/a-mem-mcp

Self-evolving memory system for AI agents

client:Cursor transport:stdio runtime:pypi

Install a mem mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "a-mem-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

a mem mcp in other clients