Woobox/hatchable-mcp

☁️ Cloud Platforms
0 Views
0 Installs

🎖️ ☁️ - Build and host full-stack web apps and sites on Hatchable from any MCP client. DB, auth, storage, domains, and cron per project. Free tier.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "woobox-hatchable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "woobox-hatchable-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Hatchable MCP

MCP Registry License: MIT

Build and host full-stack web apps and sites on Hatchable from any MCP client. Every project gets its own Postgres database, auth, storage, domains, and cron — plus a live URL in seconds. Free tier, no credits.

Endpointhttps://hatchable.com/mcp
TransportStreamable HTTP (MCP 2025-03-26)
AuthenticationOAuth 2.1 with PKCE and Dynamic Client Registration (RFC 7591). Bearer fallback.
Registrycom.hatchable/hatchable
Homepagehatchable.com
Docshatchable.com/docs

This repo is a thin connector — Hatchable's code runs on our infrastructure, not yours. There's nothing to install locally. You configure the endpoint in your MCP client and sign in with OAuth (or a bearer token).

Setup by client

Claude Code (terminal)

One command, OAuth handles the rest:

claude mcp add --transport http hatchable https://hatchable.com/mcp

Don't have Claude Code? Install it here.

Claude.ai (web)

  1. Open claude.ai/customize/connectors and click the + next to Connectors.
  2. In the Add custom connector dialog, name it Hatchable, paste https://hatchable.com/mcp, and click Add.
  3. Claude redirects you to hatchable.com to approve — that creates your free account.

Works on Free (1 connector), Pro, Max, Team, and Enterprise. On Team/Enterprise, an owner adds it from Organization settings → Connectors.

ChatGPT

  1. Open chatgpt.com/apps#settings/Connectors/Advanced, toggle on Developer Mode, and click Create app.
  2. Name it Hatchable, paste https://hatchable.com/mcp under MCP Server URL, keep OAuth, tick the consent box, and click Create.
  3. ChatGPT redirects you to hatchable.com to approve — that creates your free account.

Requires a Plus, Pro, Business, Enterprise, or Edu plan (Developer Mode prerequisite).

Codex

  1. Open Codex → Settings → MCP servers → + Add server.
  2. Name it Hatchable, pick Streamable HTTP, paste https://hatchable.com/mcp, and Save.
  3. Click Authenticate on the new row and approve the popup on hatchable.com — that creates your free account.

Don't have Codex? Download it here.

Cursor

Paste into ~/.cursor/mcp.json:

{
  "mcpServers": {
    "hatchable": {
      "url": "https://hatchable.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_HATCHABLE_TOKEN"
      }
    }
  }
}

Grab your token from hatchable.com/console/settings?tab=api-keys after signing up (10 seconds, no credit card).

Google Antigravity

  1. Open the Command Palette (Cmd/Ctrl + Shift + P).

  2. Select Antigravity: Manage MCP Servers, then click View raw config.

  3. Paste and save:

    {
      "mcpServers": {
        "hatchable": {
          "serverUrl": "https://hatchable.com/mcp"
        }
      }
    }
    
  4. Reopen Manage MCP Servers, click Authenticate on the hatchable row, and approve on hatchable.com.

Don't have Antigravity? Download from Google — free, no credit card.

Other MCP clients

Any client that supports Streamable HTTP + OAuth will work. Configure https://hatchable.com/mcp as the endpoint and let the client handle the OAuth dance. Clients that only support bearer tokens should send Authorization: Bearer <API_KEY>, where the key comes from the console. Clients that send no auth at all will receive a pending key on first initialize that they can persist for future calls.

What you can do (tool surface)

Hatchable exposes 30+ tools. Highlights:

  • Project lifecyclecreate_project, get_project, list_projects, fork_project, set_visibility, update_project
  • Fileswrite_file, write_files, read_file, grep, list_files, patch_file, delete_file, import_file_from_url, upload_file
  • Databaseexecute_sql, get_schema
  • Deploy + observabilitydeploy, dry_run_deploy, run_function, run_code, view_logs, list_deployments, get_deployment, list_functions, list_cron_jobs
  • Environmentset_env, list_env, delete_env
  • Discoverysearch_projects, search_documentation

Each project ships with Node.js 20, a dedicated Postgres database, built-in auth (email + OAuth providers), cron scheduling, object storage, and email sending. See hatchable.com/docs for the full SDK and handler contract.

Manifests

Security and auth

Bearer tokens are scoped per-account. You can rotate or revoke them in the console.

Docker (for registries and scanners)

The Dockerfile in this repo is a thin stdio-to-HTTP proxy built on mcp-remote. It exists so registries and quality scanners that expect a runnable container (Glama, Smithery, etc.) can introspect the tool surface. End users don't need to build it — configure https://hatchable.com/mcp directly in your MCP client and let the client's native HTTP transport talk to the server.

docker build -t hatchable-mcp .
docker run --rm -i hatchable-mcp  # stdio ↔ https://hatchable.com/mcp

License

MIT. See LICENSE.

Contact

  • Website: hatchable.com
  • Email: hello@hatchable.com
  • Issues: file an issue in this repo for MCP-integration questions; use the in-console support flow for account or billing questions.

Related MCP Servers

4everland/4everland-hosting-mcp

🎖️ 📇 🏠 🍎 🐧 - An MCP server implementation for 4EVERLAND Hosting enabling instant deployment of AI-generated code to decentralized storage networks like Greenfield, IPFS, and Arweave.

☁️ Cloud Platforms0 views
aashari/mcp-server-aws-sso

📇 ☁️ 🏠 - AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.

☁️ Cloud Platforms0 views
agentmetal/mcp

🎖️ 📇 ☁️ - Provision, SSH into, run commands on, and manage Linux VPSes from an agent — pay USDC over x402 or by card over HTTP 402, a running box in under 60s. No signup, no API key to buy.

☁️ Cloud Platforms0 views
alexbakers/mcp-ipfs

📇 ☁️ - upload and manipulation of IPFS storage

☁️ Cloud Platforms0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.