MCP Server
MCP
io.github.yamantaka520/agent-memory-os
Local-first memory engine for AI-agent teams: team/project ACL, recall, and federated sync.
Install
uvx agent-memory-os
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "agent-memory-os",
"version": "1.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "This agent's identity; memories default to this owner and recall carries its ACL.",
"format": "string",
"name": "AGENT_MEMORY_AGENT_ID"
},
{
"description": "Data home directory (default ~/.agent-memory).",
"format": "string",
"name": "AGENT_MEMORY_HOME"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment