CADET

zbalint/CADET
★ 0 stars Python Code/Dev Tools Updated today
CADET is a lightweight MCP server allowing Claude Code to delegate high-speed execution and long-context refactoring tasks to Antigravity CLI
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cadet": {
      "command": "uvx",
      "args": [
        "cadet"
      ]
    }
  }
}

Or install with pip: pip install cadet

README Excerpt

**C**laude-**A**gents **D**elegation & **E**xecution **T**ool CADET is a lightweight MCP server allowing Claude Code to delegate high-speed execution and long-context refactoring tasks to pluggable CLI coding agents, via a `provider` param on `delegate_task`. Today only one provider is actually wired up — `agy` (Antigravity CLI) — with

Tools (1)

agy