Odel
deployhq mcp server

deployhq mcp server

Local
@deployhq13TypeScriptMITUpdated 1mo ago

Model Context Protocol (MCP) server for DeployHQ API integration

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdeployhq-mcp-serverv1.2.2

Run

npx -y deployhq-mcp-server

MCP client config

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