MCP Catalogs
首页dotbot screenshot

dotbot

by andresharpe·50·综合分 45

零依赖的 MCP 服务器,为团队提供结构化、可审计的 AI 辅助开发。

developer-toolsai-llmproductivity
23
Forks
52
活跃 Issue
本月
最近提交
2 天前
收录于

概述

dotbot 是一个全面的 AI 开发平台,将 AI 辅助编码包装在透明的工作流程中。它提供多步骤管道系统,支持工作清单清单、类型化任务和企业注册库。这个零依赖的 PowerShell 实现包括 MCP 服务器、网络仪表板和多提供商 AI CLI 支持,同时通过 Git 集成实现所有 AI 会话和代码变更的版本控制。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:团队 AI 开发,具备合规和知识共享的可审计追踪
:多步骤 AI 编码工作流程,具有任务依赖和每任务模型选择
:企业工作流和堆栈注册库,用于标准化 AI 辅助开发流程

什么时候选它

当您的团队需要结构化、可审计的 AI 开发工作流,以及多提供商支持和企业级治理时,选择 dotbot。

什么时候不要选它

如果您需要轻量级工具且依赖最少,或者您更喜欢使用 PowerShell 以外的语言进行开发工作流,请避免使用 dotbot。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

github-copilot-mcpcursor-mcppowershell-mcpmcp-shell

安装

安装步骤

  1. **全局安装 dotbot**:
Install-Module Dotbot -Scope CurrentUser
  1. **在项目中初始化**:
cd your-project
dotbot init
dotbot init -Workflow <工作流名称> -Stack <堆栈名称>
  1. **在 Claude Desktop 中配置 MCP 服务器**:
{
  "mcpServers": {
    "dotbot": {
      "command": "pwsh",
      "args": ["-NoProfile", "-File", ".bot/systems/mcp/dotbot-mcp.ps1"]
    }
  }
}
  1. **启动网络仪表板**:
.bot\go.ps1

dotbot 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。