Skip to content
Grok

hmr for Grok

io.github.promplate/hmr

Hot Module Reload (HMR) for Python with reactive programming and MCP tools

client:Grok transport:streamable-http

Install hmr in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hmr": {
      "type": "http",
      "url": "https://promplate.github.io/pyth-on-line/hmr/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

hmr in other clients