dotbot-v3

andresharpe/dotbot-v3
★ 5 stars PowerShell 🤖 AI/LLM Updated 1mo ago
Structured, auditable AI-assisted development for teams. Zero-dependency MCP server, web UI, and Claude CLI integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotbot-v3": {
      "command": "npx",
      "args": [
        "-y",
        "andresharpe/dotbot-v3"
      ]
    }
  }
}