Hatchable
com.hatchable/hatchable
Documentation
Installation
No local install is required. Configure the remote MCP endpoint in a client that supports Streamable HTTP.
For Claude Code, the documented setup command is:
claude mcp add --transport http hatchable https://hatchable.com/mcp
Configuration
- Endpoint:
https://hatchable.com/mcp - Transport: Streamable HTTP
- Authentication: OAuth 2.1 with PKCE and Dynamic Client Registration, with bearer-token fallback
Older Cursor versions can use a static bearer token via HATCHABLE_TOKEN.
Capabilities
Hatchable can create projects, write and edit files, run SQL, deploy apps, manage environment variables, inspect logs, search projects and documentation, and work with project lifecycle and file operations. Each project includes Node.js 20, Postgres, built-in auth, cron, object storage, and email sending.
Limitations
This repo is a thin connector. Hatchable's production code runs on Hatchable infrastructure, not locally. There is no local build step for end users, and clients that do not support OAuth must use bearer-token auth. The platform documentation also notes that source files are treated as production and that common local web stacks and framework build tools are not part of the runtime model.
