Hatchbox runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 30 Aug 2026.
MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
const initProcess = spawn(this.claudeCodePath, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add hatchbox -- npx -y hatchbox-mcp-server
{
"mcpServers": {
"hatchbox": {
"args": [
"-y",
"hatchbox-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.hatchbox]
command = "npx"
args = ["-y", "hatchbox-mcp-server"]
{
"mcpServers": {
"hatchbox": {
"args": [
"-y",
"hatchbox-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"hatchbox": {
"args": [
"-y",
"hatchbox-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
HATCHBOX_API_KEY (API key for authentication with Hatchbox.), HATCHBOX_ACCOUNT_ID (Hatchbox account ID visible in the dashboard URL.), HATCHBOX_APP_ID (Hatchbox application ID visible in the dashboard URL.), HATCHBOX_DEPLOY_KEY (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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
Python MCP server for AWS CLI inspection and operations
Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.
Reference MCP stdio server for observing Vercel projects and deployments.
Model Context Protocol (MCP) server for DeployHQ API integration
Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.
Linux MCP server for real-time system monitoring - CPU, memory, disk, network, processes, Docker.
Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.
Answers built from our own checks of this server.