Skip to content
Grok

hex mcp for Grok

io.github.mrfentmen/hex-mcp

Keyless MCP server for Hex: Elixir and Erlang package versions, docs, downloads, releases.

client:Grok transport:stdio runtime:npm

Install hex mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hex-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

hex mcp in other clients