Skip to content
Grok

Munnin — an agent identity server for Grok

io.github.alvseek/munnin

Agent identity and memory over MCP — a persistent self plus the procedures for tending it.

client:Grok transport:streamable-http

Install Munnin — an agent identity server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "munnin": {
      "type": "http",
      "url": "https://munnin.lok.quest/mcp"
    }
  }
}

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

Munnin — an agent identity server in other clients