autocloud
Docs / For agents

MCP server

Give Claude Code, Codex or Cursor direct tools to analyze, deploy and debug projects on SimDeploy.

Setup

The MCP server ships as the simdeploy-mcp stdio binary and reuses the CLI's authentication (~/.simdeploy/config.json from simdeploy login).

{
  "mcpServers": {
    "simdeploy": { "command": "simdeploy-mcp" }
  }
}

Tools

analyze_project and estimate_cost run fully offline. create_project, deploy_project, list_projects, get_project, get_deployment and get_logs talk to the API. deploy_project builds locally and uploads only the output, returning the deployment with its URL or typed error.

Agent contract

The stable, machine-readable summary of how agents should operate SimDeploy lives at /llms.txt; the human version is /docs/agents. Deployment states and error shapes are typed and documented so agents can branch on them.