Odel
AI Agent Memory

AI Agent Memory

Local
@xiangzi1126PythonMITUpdated 1mo ago

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

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).

PyPIai-agent-memory-mcpv0.1.1

Run

uvx ai-agent-memory-mcp

MCP client config

{
  "mcpServers": {
    "ai-agent-memory": {
      "command": "uvx",
      "args": [
        "ai-agent-memory-mcp"
      ]
    }
  }
}