Skip to content
Grok

agent memory os for Grok

io.github.yamantaka520/agent-memory-os

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

client:Grok transport:stdio runtime:pypi

Install agent memory os in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-memory-os": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-memory-os"
      ],
      "env": {
        "AGENT_MEMORY_AGENT_ID": "<AGENT_MEMORY_AGENT_ID>",
        "AGENT_MEMORY_HOME": "<AGENT_MEMORY_HOME>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agent memory os in other clients