Integrations

Original integration surfaces for the full Conductor runtime

Conductor connects markdown intake, repo state, runtime sessions, editor jump points, and review signals. These are the actual operating surfaces, not a generic marketplace grid.

Open the linked docs for setup details, but use this page to understand how Conductor actually plugs into a working engineering loop.

Example MCP + project config

Conductor can expose itself as an MCP server and also mount per-project MCP servers from conductor.yaml.

projects:
  my-app:
    mcpServers:
      postgres:
        command: npx
        args: ["-y", "@modelcontextprotocol/server-postgres"]

How to think about integrations

The useful question is not whether Conductor has a long integration checklist. It is whether the repo, board, runtime, and review surfaces stay connected when real work moves through the system.

The core surfaces are GitHub for PR and CI state, tmux for isolated execution, MCP for tool access, editor handoff for opening the right worktree fast, and webhooks or notifications when work needs to escape the browser.