Skip to content
Cline

hatchbox for Cline

com.pulsemcp/hatchbox

MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.

client:Cline transport:stdio runtime:npm

Install hatchbox 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": {
    "hatchbox": {
      "command": "npx",
      "args": [
        "-y",
        "hatchbox-mcp-server"
      ],
      "env": {
        "HATCHBOX_API_KEY": "<HATCHBOX_API_KEY>",
        "HATCHBOX_ACCOUNT_ID": "<HATCHBOX_ACCOUNT_ID>",
        "HATCHBOX_APP_ID": "<HATCHBOX_APP_ID>",
        "HATCHBOX_DEPLOY_KEY": "<HATCHBOX_DEPLOY_KEY>",
        "WEB_SERVER_IP_ADDRESS": "<WEB_SERVER_IP_ADDRESS>",
        "SSH_KEY_PATH": "<SSH_KEY_PATH>",
        "HATCHBOX_APP_NAME": "<HATCHBOX_APP_NAME>",
        "READONLY": "<READONLY>",
        "ALLOW_DEPLOYS": "<ALLOW_DEPLOYS>"
      }
    }
  }
}

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

hatchbox in other clients