Deploy from Antigravity in 30 Seconds — Free Hosting
Add Hatchable as an Antigravity MCP server. Then ask Antigravity to deploy — you get a live URL and a database, free.
What happens next
Open Antigravity's MCP config
Press Cmd/Ctrl+Shift+P in Antigravity, type "Antigravity: Manage MCP Servers", then click View raw config.
Add the Hatchable server
Paste this and save:
{ "mcpServers": { "hatchable": { "serverUrl": "https://hatchable.com/mcp" } } }
Authenticate
Reopen Manage MCP Servers, click Authenticate on the hatchable row, and approve the browser popup on hatchable.com. No account? That signs you up — free, no card.
Ask Antigravity to deploy
Try: "Build a habit tracker and deploy it on Hatchable." Antigravity calls Hatchable's MCP tools and returns a live URL in under a minute.
https://hatchable.com/mcp
What's on the free tier
- Live URL at
{slug}.hatchable.sitethe moment Antigravity calls deploy. - Postgres database, auth, file storage, scheduled jobs — wired in, no config.
- Free forever for personal projects.
- Custom domain? Pro plan, $12/mo flat — Antigravity can wire the DNS once you upgrade. Free projects stay on
{slug}.hatchable.site.
Why pair Antigravity with Hatchable instead of running locally
Antigravity is Google\'s agentic IDE — it builds, runs, and iterates inside its own sandbox. Great for one-off scripts and exploratory work. For anything you want to share — a tool a friend uses, an internal dashboard, a public landing page — you need a real URL, a real database, and somewhere that survives the editor closing.
Hatchable is that surface. Antigravity calls Hatchable\'s MCP tools (create_project, write_files, deploy, run_function) and what gets built persists at a live URL with real storage behind it. No Docker, no CI, no framework config.
Your code stays yours
Every project ships with a one-click GitHub export. Push to your own repo at any time — fully portable, runnable anywhere else.
Frequently asked
Does Antigravity support remote MCP servers?
https://hatchable.com/mcp; no local CLI required.Do I need a Google account or paid Gemini tier?
Can I see my deployed project before going public?
Will I get billed for Antigravity hosting?
Can I export my project later?
How is this different from Antigravity's built-in run?
Ready to ship?
Add Hatchable as an Antigravity MCP server. Then ask Antigravity to deploy — you get a live URL and a database, free.
Open Antigravity command palette →