Conductor
Cloud workspaces, coding agents, sessions
About Conductor
Conductor is a platform for running coding agents in isolated cloud workspaces. Its hosted MCP server lets assistants create workspaces, start agent sessions, follow their progress, and read results using the organization you sign in with.
Connection details
https://api.conductor.build/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add conductor --transport http https://api.conductor.build/mcpFrequently asked questions
What is the Conductor remote MCP server?
The Conductor remote MCP server is a hosted Model Context Protocol endpoint at https://api.conductor.build/mcp, so AI assistants can connect to it without installing or running anything locally. Conductor is a platform for running coding agents in isolated cloud workspaces. Its hosted MCP server lets assistants create workspaces, start agent sessions, follow their progress, and read results using the organization you sign in with.
How do I connect to the Conductor MCP server?
Add the endpoint https://api.conductor.build/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Conductor MCP server require authentication?
Yes. Conductor uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Conductor MCP server use?
Conductor exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.
More remote MCP servers
