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).
Run
uvx agent-memory-os
MCP client config
{
"mcpServers": {
"agent-memory-os": {
"command": "uvx",
"args": [
"agent-memory-os"
]
}
}
}