MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
hatchbox-mcp-server · npm · 0.1.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/hatchbox",
"description": "MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/hatchbox"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "hatchbox-mcp-server",
"version": "0.1.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "API key for authentication with Hatchbox.",
"isRequired": true,
"isSecret": true,
"name": "HATCHBOX_API_KEY"
},
{
"description": "Hatchbox account ID visible in the dashboard URL.",
"isRequired": true,
"name": "HATCHBOX_ACCOUNT_ID"
},
{
"description": "Hatchbox application ID visible in the dashboard URL.",
"isRequired": true,
"name": "HATCHBOX_APP_ID"
},
{
"description": "Deployment webhook key for triggering deployments.",
"isRequired": true,
"isSecret": true,
"name": "HATCHBOX_DEPLOY_KEY"
},
{
"description": "IP address of Hatchbox server for SSH access to read environment variables.",
"name": "WEB_SERVER_IP_ADDRESS"
},
{
"description": "Path to SSH private key for server access.",
"default": "~/.ssh/id_rsa",
"name": "SSH_KEY_PATH"
},
{
"description": "App name to filter processes if multiple apps run on the same server.",
"name": "HATCHBOX_APP_NAME"
},
{
"description": "Set to false to enable write operations for environment variables.",
"default": "true",
"name": "READONLY"
},
{
"description": "Set to false to disable deployment operations.",
"default": "true",
"name": "ALLOW_DEPLOYS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T03:55:53.290413Z",
"publishedAt": "2026-06-17T03:55:53.290413Z",
"updatedAt": "2026-06-17T03:55:53.290413Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.