MCP Servers Server
Rank #42,089com.pulsemcp/hatchbox
MCP server for Hatchbox Rails hosting — env var inspection, deploys, and process monitoring.
MCP Servers Server is a Model Context Protocol (MCP) server published by pulsemcp. It ranks #42,089 of 115,460 servers tracked on MCP Toplist, and its repository has 80 GitHub stars. MCP Servers Server is listed on Official MCP, with 1 tracked version. It was first listed on May 18, 2026 and most recently updated on May 18, 2026.
Ranks ahead of 73,371 of 115,460 servers on MCP Toplist.
Use MCP Servers Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hatchbox -e "HATCHBOX_API_KEY=<your HATCHBOX_API_KEY>" -e "HATCHBOX_ACCOUNT_ID=<your HATCHBOX_ACCOUNT_ID>" -e "HATCHBOX_APP_ID=<your HATCHBOX_APP_ID>" -e "HATCHBOX_DEPLOY_KEY=<your HATCHBOX_DEPLOY_KEY>" -e "WEB_SERVER_IP_ADDRESS=<your WEB_SERVER_IP_ADDRESS>" -e "SSH_KEY_PATH=<your SSH_KEY_PATH>" -e "HATCHBOX_APP_NAME=<your HATCHBOX_APP_NAME>" -e "READONLY=<your READONLY>" -e "ALLOW_DEPLOYS=<your ALLOW_DEPLOYS>" -- npx -y hatchbox-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.hatchbox]
command = "npx"
args = ["-y", "hatchbox-mcp-server"]
[mcp_servers.hatchbox.env]
HATCHBOX_API_KEY = "<your HATCHBOX_API_KEY>"
HATCHBOX_ACCOUNT_ID = "<your HATCHBOX_ACCOUNT_ID>"
HATCHBOX_APP_ID = "<your HATCHBOX_APP_ID>"
HATCHBOX_DEPLOY_KEY = "<your HATCHBOX_DEPLOY_KEY>"
WEB_SERVER_IP_ADDRESS = "<your WEB_SERVER_IP_ADDRESS>"
SSH_KEY_PATH = "<your SSH_KEY_PATH>"
HATCHBOX_APP_NAME = "<your HATCHBOX_APP_NAME>"
READONLY = "<your READONLY>"
ALLOW_DEPLOYS = "<your ALLOW_DEPLOYS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchbox": {
"command": "npx",
"args": [
"-y",
"hatchbox-mcp-server"
],
"env": {
"HATCHBOX_API_KEY": "<your HATCHBOX_API_KEY>",
"HATCHBOX_ACCOUNT_ID": "<your HATCHBOX_ACCOUNT_ID>",
"HATCHBOX_APP_ID": "<your HATCHBOX_APP_ID>",
"HATCHBOX_DEPLOY_KEY": "<your HATCHBOX_DEPLOY_KEY>",
"WEB_SERVER_IP_ADDRESS": "<your WEB_SERVER_IP_ADDRESS>",
"SSH_KEY_PATH": "<your SSH_KEY_PATH>",
"HATCHBOX_APP_NAME": "<your HATCHBOX_APP_NAME>",
"READONLY": "<your READONLY>",
"ALLOW_DEPLOYS": "<your ALLOW_DEPLOYS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchbox": {
"command": "npx",
"args": [
"-y",
"hatchbox-mcp-server"
],
"env": {
"HATCHBOX_API_KEY": "<your HATCHBOX_API_KEY>",
"HATCHBOX_ACCOUNT_ID": "<your HATCHBOX_ACCOUNT_ID>",
"HATCHBOX_APP_ID": "<your HATCHBOX_APP_ID>",
"HATCHBOX_DEPLOY_KEY": "<your HATCHBOX_DEPLOY_KEY>",
"WEB_SERVER_IP_ADDRESS": "<your WEB_SERVER_IP_ADDRESS>",
"SSH_KEY_PATH": "<your SSH_KEY_PATH>",
"HATCHBOX_APP_NAME": "<your HATCHBOX_APP_NAME>",
"READONLY": "<your READONLY>",
"ALLOW_DEPLOYS": "<your ALLOW_DEPLOYS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hatchbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hatchbox-mcp-server"
],
"env": {
"HATCHBOX_API_KEY": "<your HATCHBOX_API_KEY>",
"HATCHBOX_ACCOUNT_ID": "<your HATCHBOX_ACCOUNT_ID>",
"HATCHBOX_APP_ID": "<your HATCHBOX_APP_ID>",
"HATCHBOX_DEPLOY_KEY": "<your HATCHBOX_DEPLOY_KEY>",
"WEB_SERVER_IP_ADDRESS": "<your WEB_SERVER_IP_ADDRESS>",
"SSH_KEY_PATH": "<your SSH_KEY_PATH>",
"HATCHBOX_APP_NAME": "<your HATCHBOX_APP_NAME>",
"READONLY": "<your READONLY>",
"ALLOW_DEPLOYS": "<your ALLOW_DEPLOYS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchbox": {
"command": "npx",
"args": [
"-y",
"hatchbox-mcp-server"
],
"env": {
"HATCHBOX_API_KEY": "<your HATCHBOX_API_KEY>",
"HATCHBOX_ACCOUNT_ID": "<your HATCHBOX_ACCOUNT_ID>",
"HATCHBOX_APP_ID": "<your HATCHBOX_APP_ID>",
"HATCHBOX_DEPLOY_KEY": "<your HATCHBOX_DEPLOY_KEY>",
"WEB_SERVER_IP_ADDRESS": "<your WEB_SERVER_IP_ADDRESS>",
"SSH_KEY_PATH": "<your SSH_KEY_PATH>",
"HATCHBOX_APP_NAME": "<your HATCHBOX_APP_NAME>",
"READONLY": "<your READONLY>",
"ALLOW_DEPLOYS": "<your ALLOW_DEPLOYS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hatchbox": {
"command": "npx",
"args": [
"-y",
"hatchbox-mcp-server"
],
"env": {
"HATCHBOX_API_KEY": "<your HATCHBOX_API_KEY>",
"HATCHBOX_ACCOUNT_ID": "<your HATCHBOX_ACCOUNT_ID>",
"HATCHBOX_APP_ID": "<your HATCHBOX_APP_ID>",
"HATCHBOX_DEPLOY_KEY": "<your HATCHBOX_DEPLOY_KEY>",
"WEB_SERVER_IP_ADDRESS": "<your WEB_SERVER_IP_ADDRESS>",
"SSH_KEY_PATH": "<your SSH_KEY_PATH>",
"HATCHBOX_APP_NAME": "<your HATCHBOX_APP_NAME>",
"READONLY": "<your READONLY>",
"ALLOW_DEPLOYS": "<your ALLOW_DEPLOYS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.pulsemcp%2Fhatchbox)<a href="https://mcptoplist.com/server/com.pulsemcp%2Fhatchbox"><img src="https://mcptoplist.com/badge/com.pulsemcp%2Fhatchbox.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pulsemcp
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | May 18, 2026 |
Frequently asked questions
- Who maintains MCP Servers Server?
- MCP Servers Server is maintained by pulsemcp, which publishes 36 MCP servers (35 total versions) tracked on MCP Toplist.
- Is MCP Servers Server listed on the Official MCP Registry?
- Yes — MCP Servers Server is listed on the Official MCP Registry.
- How many versions does MCP Servers Server have?
- MCP Toplist tracks 1 version of MCP Servers Server, most recently published on May 18, 2026.
- Where can I find the source code for MCP Servers Server?
- The source code for MCP Servers Server is hosted at github.com/pulsemcp/mcp-servers.