HomeKnowledge & Memory › Agent-Memory-OS

Agent-Memory-OS

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

Python Local macOSWindowsLinux
★ 5 stars Last pushed 2026-09-22 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.10.1)

uvx agent-memory-os

Or add to your MCP client config:

{
  "mcpServers": {
    "agent-memory-os": {
      "command": "uvx",
      "args": [
        "agent-memory-os"
      ],
      "env": {
        "AGENT_MEMORY_AGENT_ID": "<YOUR_VALUE>",
        "AGENT_MEMORY_HOME": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENT_MEMORY_AGENT_ID — This agent's identity; memories default to this owner and recall carries its ACL.
  • AGENT_MEMORY_HOME — Data home directory (default ~/.agent-memory).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry