Skip to content

Claude Code → Conductor MCP

Live hub: https://conductor-konstant.hectorsanchez.eu/connect.md
Bootstrap: https://conductor-konstant.hectorsanchez.eu/connect/bootstrap.md
Offline (cloned repo): docs/guides/connect/claude-code.md

Agents: use absolute URLs above. Relative ../connecting.md links 401 on the live host.

Config file

.mcp.json in the project root or ~/.claude/.mcp.json:

{
  "mcpServers": {
    "conductor": {
      "type": "url",
      "url": "https://conductor-konstant.hectorsanchez.eu/mcp",
      "headers": {
        "Authorization": "Bearer ${CONDUCTOR_MCP_AUTH_TOKEN}"
      }
    }
  }
}

Never replace the placeholder with a literal token.

CLI

claude mcp add conductor \
  --url https://conductor-konstant.hectorsanchez.eu/mcp \
  --env CONDUCTOR_MCP_AUTH_TOKEN

Restart Claude Code after config changes. Parent shell must export the token (see https://conductor-konstant.hectorsanchez.eu/connect/bootstrap.md).

Verify

curl -fsS https://conductor-konstant.hectorsanchez.eu/connect/mcp-smoke.sh | bash

Then call setup("engineering-lead", "opencode") (or your preferred harness).

Note

Claude Desktop is not covered by Conductor connect docs yet (unsupported).