Docs · Quick start
Set up Ritual in minutes
One CLI command, or wire Ritual's MCP server straight into your coding agent. Pick your path.
ritual init auto-wires the agents you use
Claude Code Codex CLI Cursor GitHub Copilot Gemini CLI Antigravity OpenCode
$ npm install -g @ritualai/cli
$ cd your-project
$ ritual init
✓ signed in (browser OAuth)
✓ MCP + /ritual skill configured in detected agents
$ ritual build "Add Stripe subscription billing"
→ launches your coding agent with /ritual build preloaded
- 1 Install the CLI
One global install — the ritual command is then available everywhere.
npm install -g @ritualai/cli - 2 Run ritual init in your project
Signs you in via browser, mints a token, binds the workspace, and configures every detected coding agent — MCP server plus the /ritual skill.
ritual init - 3 Build
Kick off a discovery-backed build right from your terminal — it launches your coding agent with /ritual build preloaded. Already inside an agent? Restart it once, then type /ritual build.
ritual build "<what you want to ship>"
Something off? ritual doctor checks credentials, endpoints, and agent wiring.
The Ritual skill is generated from the MCP and open source — view on GitHub
Sign in to Ritual
Signing in mints the token Claude uses to reach Ritual's MCP server.
✓
Signed in
Your token is ready — on to the next steps
Sign in to Ritual
Signing in mints the token v0 uses to reach Ritual's MCP server.
✓
Signed in
Your token is ready — on to the next steps
Sign in to Ritual
Signing in mints the token your agent uses to reach Ritual's MCP server.
✓
Signed in
Your token is ready — on to the next steps
Ritual · connection
Server URL
https://mcp.ritualapp.cloud/mcp
Bearer token
ritual_pat_YOUR_TOKEN
→ paste both into your agent's custom MCP connector
The universal Ritual skill
Agent-neutral bundle — works with any agent that reads the standard skill format.
Download ritual-skills.zip
Claude Code
Codex CLI
Cursor
Gemini CLI
Antigravity
OpenCode