MCP Catalogs
Homedotbot screenshot

dotbot

by andresharpe·50·Score 45

Zero-dependency MCP server for structured, auditable AI-assisted development in teams.

developer-toolsai-llmproductivity
23
Forks
52
Open issues
this month
Last commit
2d ago
Indexed

Overview

dotbot is a comprehensive AI development platform that wraps AI-assisted coding in a managed, transparent workflow. It provides a multi-step pipeline system where every step is tracked, with support for workflow manifests, typed tasks, and enterprise registries. The zero-dependency PowerShell implementation includes an MCP server, web dashboard, and multi-provider AI CLI support with Git integration for version control of all AI sessions and code changes.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Team-based AI development with auditable trails for compliance and knowledge sharing
you:Multi-step AI coding workflows with task dependencies and model selection per task
you:Enterprise workflow and stack registry for standardizing AI-assisted development processes

When to choose this

Choose dotbot if your team needs structured, auditable AI development workflows with multi-provider support and enterprise-grade governance.

When NOT to choose this

Avoid dotbot if you need a lightweight tool with minimal dependencies or if you prefer a language other than PowerShell for your development workflows.

Tools this server exposes

12 tools extracted from the README
  • task_create

    Creates a new task in the task queue

  • task_list

    Lists all tasks in the task queue with their status

  • task_get_next

    Gets the next available task for processing

  • task_mark_done

    Marks a specified task as completed

  • decision_create

    Creates a new architectural decision record

  • decision_list

    Lists all architectural decision records

  • session_initialize

    Initializes a new development session

  • plan_create

    Creates a new project plan

  • steering_heartbeat

    Sends a heartbeat to the autonomous execution engine

  • dev_start

    Starts the development environment

  • dev_stop

    Stops the development environment

  • session_get_stats

    Gets statistics about the current session

Comparable tools

github-copilot-mcpcursor-mcppowershell-mcpmcp-shell

Installation

Installation

  1. **Install dotbot globally**:
Install-Module Dotbot -Scope CurrentUser
  1. **Initialize in your project**:
cd your-project
dotbot init
dotbot init -Workflow <workflow-name> -Stack <stack-name>
  1. **Configure MCP Server** in Claude Desktop or similar:
{
  "mcpServers": {
    "dotbot": {
      "command": "pwsh",
      "args": ["-NoProfile", "-File", ".bot/systems/mcp/dotbot-mcp.ps1"]
    }
  }
}
  1. **Start the web dashboard**:
.bot\go.ps1

Compare dotbot with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.