Deployhq MCP Server

A Model Context Protocol (MCP) server for DeployHQ that enables AI assistants like Claude Desktop and Claude Code to interact with your DeployHQ deployments. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-22 · ★ 13 · #73 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Deployhq MCP Server

before you install - you'll need

Set DEPLOYHQ_EMAIL, DEPLOYHQ_API_KEY, DEPLOYHQ_ACCOUNT before connecting. LOG_LEVEL, DEPLOYHQ_READ_ONLY are optional or environment-specific per the README.

Claude Code

claude mcp add deployhq-deployhq-mcp-server -- npx -y deployhq-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "deployhq-deployhq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deployhq-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package deployhq-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.deployhq is GitHub-verified and matches the repo owner

03 · What Deployhq MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.2 · 2025-11-18

Published to npm: · Installation · bash · npx deployhq-mcp-server · See README for full documentation.

v1.1.0 · 2025-11-12

Published to npm: · Installation · bash · npx deployhq-mcp-server · See README for full documentation.

v1.0.0 · 2025-11-11

Published to npm: · Installation · bash · npx deployhq-mcp-server · See README for full documentation.

04 · Who maintains Deployhq MCP Server

deployhq-mcp-server is maintained by deployhq. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
cloud infrastructure - ranked #73 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
registry
io.github.deployhq/deployhq-mcp-server (active, first published 2025-11-18 · 3 versions)
packages
npm:deployhq-mcp-server

06 · Deployhq MCP Server FAQ

What is Deployhq MCP Server?

A Model Context Protocol (MCP) server for DeployHQ that enables AI assistants like Claude Desktop and Claude Code to interact with your DeployHQ deployments. It runs locally over stdio via the published package.

Is Deployhq MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-22. We re-verify nightly.

How do I install Deployhq MCP Server?

Run `npx -y deployhq-mcp-server`. The README documents 5 environment variables (DEPLOYHQ_EMAIL, DEPLOYHQ_API_KEY, DEPLOYHQ_ACCOUNT…) to set first. Set DEPLOYHQ_EMAIL, DEPLOYHQ_API_KEY, DEPLOYHQ_ACCOUNT before connecting. LOG_LEVEL, DEPLOYHQ_READ_ONLY are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Deployhq MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Deployhq MCP Server

More cloud infrastructure MCP servers · Devcyclehq MCP Server · Cortex RMCP · Synapse RMCP (dinglebear-ai) · Uxspot MCP · Boxpdf

More TypeScript MCP servers · Depwire · Derive · Payanagent · Agent Swarm · Dev Proxy Tools MCP Server · see all