canopy

ashmitb95/canopy
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
Git worktree manager for multi-repo workspaces — create, commit, and open feature branches across all your repos with one command. CLI + MCP server so AI agents use the same interface you do.
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": {
    "canopy": {
      "command": "uvx",
      "args": [
        "canopy"
      ]
    }
  }
}

Or install with pip: pip install canopy