Loading MCP server directory, please wait...
MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
npx @getmcp/cli add com.pulsemcp/hatchboxRequires Node.js 18+. Community-contributed server. Review source before installing.
HATCHBOX_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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/hatchbox": {
"command": "npx",
"args": [
"-y",
"-y",
"hatchbox-mcp-server"
],
"env": {
"HATCHBOX_API_KEY": "",
"HATCHBOX_ACCOUNT_ID": "",
"HATCHBOX_APP_ID": "",
"HATCHBOX_DEPLOY_KEY": "",
"WEB_SERVER_IP_ADDRESS": "",
"SSH_KEY_PATH": "~/.ssh/id_rsa",
"HATCHBOX_APP_NAME": "",
"READONLY": "true",
"ALLOW_DEPLOYS": "true"
}
}
}
}