
Deployhq Mcp Server
Trigger and inspect DeployHQ projects, servers, and deployments from your agent instead of the DeployHQ web UI.
Overview
DeployHQ MCP is a MCP server for the Operate phase that lets coding agents call the DeployHQ API to manage deployments and account resources.
What is this MCP server?
- npm deployhq-mcp-server v1.2.2 over stdio MCP
- Auth via DEPLOYHQ_EMAIL, DEPLOYHQ_API_KEY, and DEPLOYHQ_ACCOUNT slug
- Configurable LOG_LEVEL (ERROR, INFO, DEBUG) for troubleshooting agent-driven calls
- Official GitHub integration from deployhq/deployhq-mcp-server
- Server version 1.2.2
- Transport: stdio via deployhq-mcp-server npm
- Required env: DEPLOYHQ_EMAIL, DEPLOYHQ_API_KEY, DEPLOYHQ_ACCOUNT
Community signal: 13 GitHub stars.
What problem does it solve?
You lose time tabbing to DeployHQ whenever your agent could answer deployment questions or kick off actions if it had API access.
Who is it for?
Solo builders already deploying through DeployHQ who want agent-assisted release and server management.
Skip if: Anyone not on DeployHQ or teams that need raw SSH/server provisioning outside DeployHQ’s model.
What do I get? / Deliverables
After registration, your agent can interact with your DeployHQ account using email, API key, and account slug environment variables.
- Agent tools mapped to DeployHQ API operations
- Faster deployment status and control from the IDE
Recommended MCP Servers
Journey fit
Hosted deployment control belongs in operate once the product exists and you repeatedly push builds through DeployHQ pipelines. Infra subphase covers deployment targets, release automation, and account-level ops—the DeployHQ API surface maps directly there.
How it compares
DeployHQ API MCP bridge, not a generic Dockerfile or Kubernetes skill.
Common Questions / FAQ
Who is DeployHQ MCP for?
Builders using DeployHQ who want Claude Code, Cursor, or similar agents to drive deployments via the official MCP server.
When should I use DeployHQ MCP?
Use it during operate and infra work when you routinely check deploy status, projects, or servers on DeployHQ from your coding session.
How do I add DeployHQ MCP to my agent?
Set DEPLOYHQ_EMAIL, DEPLOYHQ_API_KEY, and DEPLOYHQ_ACCOUNT, install deployhq-mcp-server from npm, and add the stdio MCP configuration to your agent.