← Index

io.github.deployhq/deployhq-mcp-server

io.github.deployhq/deployhq-mcp-server·v1.2.2·Other
Quality Score
83
/100

Model Context Protocol (MCP) server for DeployHQ API integration

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "deployhq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "env": {
        "DEPLOYHQ_EMAIL": "<deployhq_email>",
        "DEPLOYHQ_API_KEY": "<your-deployhq_api_key>",
        "DEPLOYHQ_ACCOUNT": "<deployhq_account>",
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "deployhq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "env": {
        "DEPLOYHQ_EMAIL": "<deployhq_email>",
        "DEPLOYHQ_API_KEY": "<your-deployhq_api_key>",
        "DEPLOYHQ_ACCOUNT": "<deployhq_account>",
        "LOG_LEVEL": "<log_level>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y deployhq-mcp-server
§02  Environment variables
DEPLOYHQ_EMAIL
required

Your DeployHQ login email address

DEPLOYHQ_API_KEY
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other