Skip to content
Grok

Munim for Grok

io.github.vishalsg42/munim

One MCP server holding a live session with every client's account at once.

client:Grok transport:stdio runtime:pypi

Install Munim in Grok

.mcp.json (in your project root)

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

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

Munim in other clients