Yeeted AIDocumentation

CURSOR DEPLOYMENT GUIDE

Deploy an app with Cursor via MCP

Yeeted AI lets Cursor deploy the code in your workspace without handing deployment off to a separate dashboard. The MCP server gives Cursor a deployment target with previews, diagnostics, logs, managed services, and versioned rollback.

Configure the Yeeted MCP server

{
  "mcpServers": {
    "yeeted": {"type":"http","url":"https://mcp.yeeted.ai/mcp"}
  }
}

Add the entry to the MCP configuration Cursor uses, then reconnect the server. Yeeted opens a browser for the user to authorize Cursor. Account creation is invite-only during the beta and also requires email verification.

Deploy from the editor, then verify

  1. Ask Cursor to inspect available Yeeted tools before making changes.
  2. Ask it to deploy the current project to a preview.
  3. Open the returned preview URL and run a smoke test.
  4. Ask Cursor to read logs and diagnose any failure.
  5. Promote only the version that passed validation.

For application portability, honor $PORT and bind the server to 0.0.0.0. Yeeted can inject managed-database connection details and application secrets as environment variables.

Preview deployment is the recommended starting point. Yeeted beta accounts should not be the only copy of critical code, data, or credentials.

More deployment help

Read the preview and production guide or the full Yeeted AI documentation.