Install dotbot globally
Run the one-liner installer in PowerShell 7+:Alternatively, install from PowerShell Gallery:After installation, restart your terminal so the
dotbot command is available on your PATH. Then verify it worked:On Windows, if PowerShell blocks the script due to your execution policy, run this first:
Add dotbot to your project
Navigate to your project directory and initialize dotbot:This creates a
.bot/ directory containing the MCP server, web UI, autonomous runtime, agents, skills, and the default workflow.To initialize with a specific workflow or stack, pass flags:Configure the MCP server
Add dotbot to your AI tool’s MCP settings. The configuration works for Claude Desktop, Warp, and any other MCP-compatible client:For detailed configuration steps per AI client, see Configure the dotbot MCP server for Claude and Warp.
mcp-settings.json
Start the web dashboard
Launch the built-in web dashboard:The dashboard opens at The dashboard gives you seven tabs: Overview, Product, Roadmap, Processes, Decisions, Workflow, and Settings.
http://localhost:8686 by default. If that port is busy, dotbot automatically selects the next available port. To specify a port explicitly:Next steps
Core concepts
Understand workflows, stacks, task types, and how settings compose.
Configure providers
Switch between Claude, Codex, and Gemini. Set models per task.
MCP server
Explore the 33 built-in MCP tools for task and session management.
Command reference
Full reference for every dotbot CLI command and flag.