hatchable-mcp
Hatchable MCP
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.
Endpoint |
|
Transport | Streamable HTTP (MCP 2025-03-26) |
Authentication | OAuth 2.1 with PKCE and Dynamic Client Registration (RFC 7591). Bearer fallback. |
Registry | |
Homepage | |
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/mcpDon't have Claude Code? Install it here.
Claude.ai (web)
Open claude.ai/customize/connectors and click the + next to Connectors.
In the Add custom connector dialog, name it Hatchable, paste
https://hatchable.com/mcp, and click Add.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
Open chatgpt.com/apps#settings/Connectors/Advanced, toggle on Developer Mode, and click Create app.
Name it Hatchable, paste
https://hatchable.com/mcpunder MCP Server URL, keep OAuth, tick the consent box, and click Create.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
Open Codex → Settings → MCP servers → + Add server.
Name it Hatchable, pick Streamable HTTP, paste
https://hatchable.com/mcp, and Save.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
Open the Command Palette (Cmd/Ctrl + Shift + P).
Select Antigravity: Manage MCP Servers, then click View raw config.
Paste and save:
{ "mcpServers": { "hatchable": { "serverUrl": "https://hatchable.com/mcp" } } }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.
Related MCP server: Nexlayer MCP
What you can do (tool surface)
Hatchable exposes 30+ tools. Highlights:
Project lifecycle —
create_project,get_project,list_projects,fork_project,set_visibility,update_projectFiles —
write_file,write_files,read_file,grep,list_files,patch_file,delete_file,import_file_from_url,upload_fileDatabase —
execute_sql,get_schemaDeploy + observability —
deploy,dry_run_deploy,run_function,run_code,view_logs,list_deployments,get_deployment,list_functions,list_cron_jobsEnvironment —
set_env,list_env,delete_envDiscovery —
search_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
server.json— MCP Registry manifest (schema version 2025-12-11), also served athatchable.com/server.jsonandhatchable.com/.well-known/mcp/server.json.smithery.yaml— Smithery submission config.
Security and auth
OAuth metadata (RFC 8414):
/.well-known/oauth-authorization-serverProtected-resource metadata (RFC 9728):
/.well-known/oauth-protected-resourceDynamic Client Registration (RFC 7591) is supported — MCP clients can register themselves automatically.
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/mcpLicense
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceDeploy full-stack apps from AI. 75+ tools: GitHub/Docker deploy, databases, environments, security, billing.2

Nexlayer MCPofficial
Flicense-qualityCmaintenanceAgentic cloud platform with 45+ MCP tools. Deploy any containerized stack, debug live pods (shell, file editing, DB queries), manage custom domains & TLS, push to built-in container registry, scale pods, and manage GPU workloads. The infrastructure layer where AI agents ship software to production.8- Flicense-qualityBmaintenanceAn MCP server that enables Claude to deploy full-stack web apps to Cloudflare, including databases, authentication, and file storage, directly through natural language.
- AlicenseAqualityBmaintenanceEnables AI agents to build, edit, and publish live websites with hosting, database, auth, and domains via the Model Context Protocol.1391MIT
Related MCP Connectors
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Woobox/hatchable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server