Skip to content
Grok

hlix for Grok

io.github.hlix-ai/hlix

Work with Hlix projects, tasks, cycles, comments, and verified reviews in one workspace.

client:Grok transport:stdio runtime:npm

Install hlix in Grok

.mcp.json (in your project root)

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

hlix in other clients