Agent Memory OS runs on your own machine — the client starts it, so there is no endpoint to ping. 522 installs a week from pypi. Last commit 17 Sep 2026.
Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
if Path("/.dockerenv").exists():
return subprocess.run(command, capture_output=True, text=True)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agent-memory-os -- uvx agent-memory-os
{
"mcpServers": {
"agent-memory-os": {
"args": [
"agent-memory-os"
],
"command": "uvx"
}
}
}
[mcp_servers.agent-memory-os]
command = "uvx"
args = ["agent-memory-os"]
{
"mcpServers": {
"agent-memory-os": {
"args": [
"agent-memory-os"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"agent-memory-os": {
"args": [
"agent-memory-os"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
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).).
The author declared them in the registry entry; get the values from the project itself.
Minimal project management for teams and AI agents.
Project management for teams and their AI agents.
Shared project memory for teams: read projects and tasks, write updates and wiki decisions.
Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams
Shared project context for AI agents and teams: docs, tasks, and messages that stay current.
The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.
shared AI-context layer for teams — persistent memory your agents search and update over MCP
A real inbox for AI agents: send, receive and thread email, behind a prompt-injection firewall.
Answers built from our own checks of this server.