Odel
a mem mcp

a mem mcp

Local
@diaaaj34PythonMITUpdated 7mo ago

Self-evolving memory system for AI agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIa-memv0.2.1

Run

uvx a-mem

MCP client config

{
  "mcpServers": {
    "a-mem-mcp": {
      "command": "uvx",
      "args": [
        "a-mem"
      ]
    }
  }
}