Skip to content
Grok

agentmem for Grok

io.github.thezenmonster/agentmem

Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.

client:Grok transport:stdio runtime:pypi

Install agentmem in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentmem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quilmem"
      ]
    }
  }
}

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

agentmem in other clients