Skip to content
Cline

deployhq mcp server for Cline

io.github.deployhq/deployhq-mcp-server

Model Context Protocol (MCP) server for DeployHQ API integration

client:Cline transport:stdio runtime:npm

Install deployhq mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deployhq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "env": {
        "DEPLOYHQ_EMAIL": "<DEPLOYHQ_EMAIL>",
        "DEPLOYHQ_API_KEY": "<DEPLOYHQ_API_KEY>",
        "DEPLOYHQ_ACCOUNT": "<DEPLOYHQ_ACCOUNT>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

deployhq mcp server in other clients