Odel
Agent Memory OS

Agent Memory OS

Local
@yamantaka5203PythonApache-2.0Updated 2w ago

Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.

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

PyPIagent-memory-osv1.9.0

Run

uvx agent-memory-os

MCP client config

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