Paste one config block into the AI tool you already use. From then on, your AI can ship code, check deploys, and roll things back — straight from chat. Same JSON for Cursor, Windsurf, Claude Code, Cline, Codex, Antigravity. Only the file path differs.
Takes ~2 minutes.
Easiest: it’s already in your sandbox-ready email — the one we send the moment you sign up. The full MCP snippet is there with the key pre-filled. Skip to step 4 if so.
Or create a fresh one at hatchik.com/account → API keys. The plaintext is shown once, copy it then.
Replace YOUR_HATCHIK_API_KEY with the key from step 1. This same JSON works for every AI tool we support — only the file you paste it into changes (step 3).
{
"mcpServers": {
"hatchik": {
"command": "npx",
"args": ["-y", "hatchik-mcp"],
"env": {
"HATCHIK_API_KEY": "YOUR_HATCHIK_API_KEY",
"HATCHIK_API_URL": "https://api.hatchik.com"
}
}
}
}
Find your tool below and follow the steps. Most tools have a UI panel for MCP servers — paste the snippet there. The terminal tools (Claude Code, Codex) keep their config in a file.
| Tool | What to do |
|---|---|
| Cursor | Settings → MCP → Add server → paste the snippet. Save. |
| Windsurf | Click the Cascade icon in the side panel → tools icon at the top → Configure → paste the snippet. Save. |
| Cline | In VS Code: click the Cline icon → MCP settings panel → paste the snippet. |
| Antigravity | Settings → MCP Servers → Add → paste the snippet. |
| Claude Code | Open or create ~/.claude/mcp.json and paste the snippet as the whole file (or merge if the file already exists). |
| Claude Desktop | Open or create ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and paste the snippet. |
| Codex | Open or create ~/.codex/mcp.json and paste the snippet. |
| Continue | Open or create ~/.continue/config.json and paste the snippet. |
| Aider | Add it under aider.mcp.servers in your aider config. |
| Copilot (agent mode) | In VS Code at your repo root: open or create .vscode/mcp.json and paste the snippet. |
The ~/ at the start of a path means “your home folder”. So ~/.cursor/mcp.json is inside your home folder, in a hidden folder called .cursor, and the file is called mcp.json.
On a Mac (Finder):
On Windows (File Explorer):
Using something else MCP-capable that isn’t listed? Try it — if it speaks the Model Context Protocol, the same JSON works. Email us where you put it and we’ll add a row.
Quick clarification: GPT, Gemini, and Grok are AI models, not tools. You can’t directly “install” the MCP snippet for them — there’s no config file. Instead:
Full per-tool walk-through at docs.hatchik.com/ai-tool-setup.
Quit and reopen so it picks up the new MCP config. Then in chat:
// You:
Are you connected to Hatchik? Show me my recent deploys.
Your AI should answer with the project name, the sandbox URL, the region, and your last few deploys. If it says it has no Hatchik tools — the config didn’t load. Re-check the file path, double-check the API key for typos, and that you fully quit the app before reopening.
Reply to your welcome email or write to us. Email support — typically same business day on Growth, 1 business day on Launch, community-style on Sandbox.