com.pulsemcp/hatchbox
MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
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.
{
"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"
}
}
}
}{
"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"
}
}
}
}npx -y hatchbox-mcp-serverHATCHBOX_API_KEYAPI key for authentication with Hatchbox.
HATCHBOX_ACCOUNT_IDHatchbox account ID visible in the dashboard URL.
HATCHBOX_APP_IDHatchbox application ID visible in the dashboard URL.
HATCHBOX_DEPLOY_KEYDeployment webhook key for triggering deployments.
WEB_SERVER_IP_ADDRESSIP address of Hatchbox server for SSH access to read environment variables.
SSH_KEY_PATHPath to SSH private key for server access.
HATCHBOX_APP_NAMEApp name to filter processes if multiple apps run on the same server.
READONLYSet to false to enable write operations for environment variables.
ALLOW_DEPLOYSSet to false to disable deployment operations.
Ephemeral data sandbox for AI workflows with guardrails and security
Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the…