← Index

com.pulsemcp/hatchbox

com.pulsemcp/hatchbox·v0.1.2·Cloud Storage
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hatchbox": {
      "command": "npx",
      "args": [
        "-y",
        "hatchbox-mcp-server"
      ],
      "env": {
        "HATCHBOX_API_KEY": "<your-hatchbox_api_key>",
        "HATCHBOX_ACCOUNT_ID": "<hatchbox_account_id>",
        "HATCHBOX_APP_ID": "<hatchbox_app_id>",
        "HATCHBOX_DEPLOY_KEY": "<your-hatchbox_deploy_key>",
        "WEB_SERVER_IP_ADDRESS": "<web_server_ip_address>",
        "SSH_KEY_PATH": "~/.ssh/id_rsa",
        "HATCHBOX_APP_NAME": "<hatchbox_app_name>",
        "READONLY": "true",
        "ALLOW_DEPLOYS": "true"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hatchbox": {
      "command": "npx",
      "args": [
        "-y",
        "hatchbox-mcp-server"
      ],
      "env": {
        "HATCHBOX_API_KEY": "<your-hatchbox_api_key>",
        "HATCHBOX_ACCOUNT_ID": "<hatchbox_account_id>",
        "HATCHBOX_APP_ID": "<hatchbox_app_id>",
        "HATCHBOX_DEPLOY_KEY": "<your-hatchbox_deploy_key>",
        "WEB_SERVER_IP_ADDRESS": "<web_server_ip_address>",
        "SSH_KEY_PATH": "~/.ssh/id_rsa",
        "HATCHBOX_APP_NAME": "<hatchbox_app_name>",
        "READONLY": "true",
        "ALLOW_DEPLOYS": "true"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hatchbox-mcp-server
§02  Environment variables
HATCHBOX_API_KEY
requiredsecret

API key for authentication with Hatchbox.

HATCHBOX_ACCOUNT_ID
required

Hatchbox account ID visible in the dashboard URL.

HATCHBOX_APP_ID
required

Hatchbox application ID visible in the dashboard URL.

HATCHBOX_DEPLOY_KEY
requiredsecret

Deployment webhook key for triggering deployments.

WEB_SERVER_IP_ADDRESS

IP address of Hatchbox server for SSH access to read environment variables.

SSH_KEY_PATH

Path to SSH private key for server access.

HATCHBOX_APP_NAME

App name to filter processes if multiple apps run on the same server.

READONLY

Set to false to enable write operations for environment variables.

ALLOW_DEPLOYS

Set to false to disable deployment operations.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Cloud Storage