Cascade-Bot-MCP

CTreitges/Cascade-Bot-MCP
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Multi-agent Plan→Implement→Review loop. MCP server + Telegram bot. Planner=Opus, Implementer=Cloud LLM (Ollama/GLM/DeepSeek/…), Reviewer=Sonnet.
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": {
    "cascade-bot-mcp": {
      "command": "uvx",
      "args": [
        "cascade-bot-mcp"
      ]
    }
  }
}

Or install with pip: pip install cascade-bot-mcp