Skip to content
Grok

deployhq mcp server for Grok

io.github.deployhq/deployhq-mcp-server

Model Context Protocol (MCP) server for DeployHQ API integration

client:Grok transport:stdio runtime:npm

Install deployhq mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deployhq-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "env": {
        "DEPLOYHQ_EMAIL": "<DEPLOYHQ_EMAIL>",
        "DEPLOYHQ_API_KEY": "<DEPLOYHQ_API_KEY>",
        "DEPLOYHQ_ACCOUNT": "<DEPLOYHQ_ACCOUNT>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

deployhq mcp server in other clients