Skip to content
Grok

HQBase for Grok

io.github.hqbase/hqbase

Connect AI agents to your self-hosted HQBase shared email workspace.

client:Grok transport:streamable-http

Install HQBase in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hqbase": {
      "type": "http",
      "url": "https://{installation_domain}/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

HQBase in other clients