Hatchable
About
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.
Details
- Author
- Woobox
- Downloads
- 272
- Categories
- Developer Tools
Jump to
- 30+ tools for project lifecycle, files, database, and deployment
- Each project runs Node.js 20 with a dedicated Postgres database
- Built-in auth (email + OAuth providers), cron, object storage, and email sending
- Write, read, search, and patch files directly from the MCP client
- Execute SQL, view schema, and run functions or arbitrary code
- Deploy with dry-run preview and view logs in real time
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HatchableCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the endpoint https://hatchable.com/mcp in your MCP client and sign in using OAuth 2.1 with PKCE (or a bearer token from the console). Any client that supports Streamable HTTP and OAuth will work; clients that only support bearer tokens should send Authorization: Bearer <API_KEY>. There is nothing to install — the repo is a thin connector.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hatchable": {
"hatchable": {
"url": "https://hatchable.com/mcp"
}
}
}
}
McpServers
{
"hatchable": {
"url": "https://hatchable.com/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 https://hatchable.com/mcp
Transport Streamable HTTP (MCP 2025-03-26)
Authentication OAuth 2.1 with PKCE and Dynamic Client Registration (RFC 7591). Bearer fallback.
Registry com.hatchable/hatchable
Homepage hatchable.com
Docs hatchable.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).
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 lifecycle — create_project, get_project, list_projects, fork_project, set_visibility, update_project
Files — write_file, write_files, read_file, grep, list_files, patch_file, delete_file, import_file_from_url, upload_file
Database — execute_sql, get_schema
Deploy + observability — deploy, dry_run_deploy, run_function, run_code, view_logs, list_deployments, get_deployment, list_functions, list_cron_jobs
Environment — set_env, list_env, delete_env
Discovery — 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





