Skip to content
Grok

hivelore for Grok

io.github.doucs91/hivelore

Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.

client:Grok transport:stdio runtime:npm

Install hivelore in Grok

.mcp.json (in your project root)

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

hivelore in other clients