Home › Other › deployhq-mcp-server

deployhq-mcp-server

Model Context Protocol (MCP) server for DeployHQ API integration

TypeScript
★ 13 stars Last pushed 2026-07-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "deployhq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DEPLOYHQ_EMAIL": "<YOUR_VALUE>",
        "DEPLOYHQ_API_KEY": "<YOUR_VALUE>",
        "DEPLOYHQ_ACCOUNT": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DEPLOYHQ_EMAIL required — Your DeployHQ login email address
  • DEPLOYHQ_API_KEY required secret — Your DeployHQ password or API key
  • DEPLOYHQ_ACCOUNT required — Your DeployHQ account name (from URL: https://ACCOUNT.deployhq.com)
  • LOG_LEVEL — Log verbosity level (ERROR, INFO, or DEBUG)

Related servers

Data from the Official MCP Registry