# Orchestra MCP

> 300+ MCP TOOLS · 9 IDES · 6 PLATFORMS

The AI-Agentic IDE Framework. 300+ MCP tools, 38 plugins, 9 IDEs, 6 platforms — one framework to build, test, deploy, and orchestrate.

```bash
curl -fsSL https://orchestra-mcp.dev/install.sh | sh
```

## At a glance

- **300+** — MCP tools
- **38** — Plugins
- **6** — Platforms
- **24** — Content packs

## Every tool your IDE needs

### Workflow — 34 tools

Create a gated feature, advance it through gates with evidence, plan large tasks by dependency, file bugs against a parent, and close review cycles with approval.

### DevTools — 110+ tools

Git, databases, containers and the rest of the daily toolchain, reachable by an agent through one protocol.

### AI bridges — 25 tools

Nine IDEs speak to the same tool surface, so a workflow you build once runs wherever you happen to be working.

### Marketplace — 15 tools

Browse, install and publish packs of skills, agents and hooks without leaving the editor.

## Works with your favourite IDE

- Claude Code
- Cursor
- VS Code
- Cline
- Windsurf
- Codex
- Gemini
- Zed

## One framework, every platform

### macOS (Swift + WidgetKit)

Native menu bar app with a floating bubble, global hotkey, and Spotlight integration.

### Windows (C# + WinUI 3)

Desktop, Xbox, and HoloLens support with CompactOverlay and system tray.

### Linux (Vala + GTK4)

GNOME, KDE, and tiling WM support with Flatpak and deb packaging.

### iOS & Android (Flutter)

Cross-platform mobile with offline-first sync, push notifications, and native UI.

### Web (Next.js)

Full dashboard with real-time sync, theming, and internationalization.

### Chrome Extension (Manifest V3)

Browser-native sidebar with page context awareness and an MCP bridge.

## Content packs for every stack

- **Go** — 4 skills · 2 agents · 1 hook: `orchestra pack install go`
- **Rust** — 4 skills · 2 agents · 1 hook: `orchestra pack install rust`
- **React** — 3 skills · 2 agents · 1 hook: `orchestra pack install react`
- **Python** — 4 skills · 2 agents · 1 hook: `orchestra pack install python`
- **Kubernetes** — 3 skills · 1 agent · 2 hooks: `orchestra pack install kubernetes`
- **Docker** — 3 skills · 1 agent · 1 hook: `orchestra pack install docker`

## Install and upgrade

Install — Linux and macOS:

```bash
curl -fsSL https://orchestra-mcp.dev/install.sh | sh
```

Install — Windows:

```bash
irm https://orchestra-mcp.dev/install.ps1 | iex
```

Upgrade:

```bash
orchestra upgrade
```

## Get started

1. Install

```bash
curl -fsSL https://orchestra-mcp.dev/install.sh | sh
```

2. Detect the stack and install packs

```bash
orchestra init
```

3. Run a session

```bash
orchestra run --agents 4
```

Source: https://github.com/fadymondy
