agent-memory-os
About
Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AGENT_MEMORY_AGENT_ID AGENT_MEMORY_HOMEClaude Code
claude mcp add --env AGENT_MEMORY_AGENT_ID= --env AGENT_MEMORY_HOME= agent-memory-os -- uvx agent-memory-os
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"agent-memory-os","command":"uvx","args":["agent-memory-os"],"env":{"AGENT_MEMORY_AGENT_ID":"","AGENT_MEMORY_HOME":""}}'
JSON
{
"mcpServers": {
"agent-memory-os": {
"command": "uvx",
"args": [
"agent-memory-os"
],
"env": {
"AGENT_MEMORY_AGENT_ID": "",
"AGENT_MEMORY_HOME": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.