AI AGENT DEPLOYMENT GUIDE
MCP deployment hosting for AI coding agents
Yeeted is a hosting platform for AI-built apps. Your coding agent operates it through MCP. Instead of translating an agent’s work into a separate CI or cloud-console workflow, connect the agent to Yeeted, deploy a preview, verify it, and promote that exact build when it is ready.
Connect an MCP client
{
"mcpServers": {
"yeeted": {"type":"http","url":"https://mcp.yeeted.ai/mcp"}
}
}On first use, the client opens a browser to authorize the connection. During the Yeeted beta, the underlying account requires an invite code and a verified email; MCP authorization does not create an account.
Use a preview-first deployment loop
- Ask the agent to inspect its available tools and project context.
- Deploy the app to a development preview.
- Run a smoke test and inspect logs or diagnostics if needed.
- Promote the tested version to production, or roll back by version name.
Yeeted auto-detects common web stacks and can manage databases, logs, secrets, and domains. Applications should listen on 0.0.0.0 and honor $PORT.
Next steps
Read the Yeeted AI deployment documentation, or use the focused Claude Code and Cursor guides.