← Back to Plugins
MCP Server MCP

io.github.yamantaka520/agent-memory-os

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...