Yeeted AIDocumentation

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

  1. Ask the agent to inspect its available tools and project context.
  2. Deploy the app to a development preview.
  3. Run a smoke test and inspect logs or diagnostics if needed.
  4. 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.

Use an independent backup for code and data. Yeeted is in beta and is intended for testing and development rather than mission-critical workloads.

Next steps

Read the Yeeted AI deployment documentation, or use the focused Claude Code and Cursor guides.