Documentation
CLI & coding agents
Deploy the project on your computer, including changes you haven’t pushed to GitHub. Clundra builds and hosts it in the cloud.
One-time setup
Connect Clundra. Then ask.
You’ll need Node.js 20+ and a Clundra account with an active subscription or trial.
Run these in your terminal. Sign in through the browser, then connect your agent.
Terminal
npx -y @clundra/cli@latest auth login
npx -y @clundra/cli@latest skill install
claude mcp add clundra -- npx -y @clundra/cli@latest mcpStart a new Claude Code session in your project so it picks up the skill and tools.
Try asking your connected agent:
“/clundra Deploy this project to Clundra with Postgres. Keep it private.”
The skill can also activate from a normal request. Naming it explicitly tells your agent to follow Clundra’s deployment instructions.
Your agent may ask about configuration before deploying. Build time depends on your app.
Already on GitHub? Deploy a local clone through your agent, or connect the repository in the dashboard.