← Back to Plugins
MCP Server MCP

io.github.deployhq/deployhq-mcp-server

github By github 👁 1 views ▲ 0 votes

Model Context Protocol (MCP) server for DeployHQ API integration

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "deployhq-mcp-server",
      "version": "1.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your DeployHQ login email address",
          "isRequired": true,
          "format": "string",
          "name": "DEPLOYHQ_EMAIL"
        },
        {
          "description": "Your DeployHQ password or API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DEPLOYHQ_API_KEY"
        },
        {
          "description": "Your DeployHQ account name (from URL: https://ACCOUNT.deployhq.com)",
          "isRequired": true,
          "format": "string",
          "name": "DEPLOYHQ_ACCOUNT"
        },
        {
          "description": "Log verbosity level (ERROR, INFO, or DEBUG)",
          "format": "string",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...