CLAUDE CODE DEPLOYMENT GUIDE
Deploy an app with Claude Code via MCP
Connect Claude Code to Yeeted AI when you want the same agent that writes your application to deploy and verify it. Yeeted returns structured deployment, health, log, and rollback results that Claude Code can use in its next step.
Add Yeeted to your MCP configuration
{
"mcpServers": {
"yeeted": {"type":"http","url":"https://mcp.yeeted.ai/mcp"}
}
}Restart or reload Claude Code after adding the server. The first connection starts browser-based authorization. You need an existing Yeeted beta account with an invite code and verified email.
Prompts that create a safe deployment loop
- “List the Yeeted tools and inspect the project context.”
- “Deploy this app to a development preview and run the smoke test.”
- “Diagnose the failed build; only change application code if the error is self-fixable.”
- “Promote the tested preview to production.”
- “Roll back to the last known-good version.”
Start in a preview. Promotion ships the same tested image, avoiding a rebuild between validation and production. Add a yeeted.yaml only when auto-detection needs explicit port, health-check, environment, database, or dependency settings.
More deployment help
See the MCP deployment overview and the complete Yeeted AI docs.