Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Hermes Conductor

БесплатноНе проверен

MCP server that integrates Conductor Cloud with Hermes Agent, enabling Hermes to create sandboxed coding workspaces, dispatch tasks to developer agents (Claude,

GitHubEmbed

Описание

MCP server that integrates Conductor Cloud with Hermes Agent, enabling Hermes to create sandboxed coding workspaces, dispatch tasks to developer agents (Claude, Codex, Cursor, ACP), and monitor or retrieve session results via MCP tools.

README

MCP server that exposes Conductor Cloud as tools for Hermes Agent, so Hermes (running as your Telegram brain) can dispatch real coding work to Conductor's sandboxed developer agents.

Telegram  <->  Hermes Agent (brain)  <->  this MCP server  <->  Conductor Cloud (dev agents)

Tools exposed

  • list_projects — repos available to create a workspace from
  • create_workspace — spin up a sandboxed workspace + first session (agent: claude | codex | cursor | acp)
  • get_workspace_status — poll workspace lifecycle (initializingready → ...)
  • archive_workspace — tear a workspace down when done
  • send_message — send an instruction/prompt into a coding session
  • get_session_status — poll whether the agent is idle | working | error
  • get_session_messages — read the full transcript
  • cancel_session — stop the agent mid-task

Typical flow a Hermes conversation would drive: list_projectscreate_workspacesend_message (the task) → poll get_session_status until idleget_session_messages for the result → archive_workspace.

Setup

  1. Get a Conductor API key (requires Conductor Pro): https://app.conductor.build/users/api-keys

  2. Install and build:

    npm install
    npm run build
    
  3. Register it in Hermes's ~/.hermes/config.yaml:

    mcp_servers:
      conductor:
        command: "node"
        args: ["/Users/rohanarora/Desktop/hermes-conductor-mcp/dist/index.js"]
        env:
          CONDUCTOR_API_KEY: "<your conductor api key>"
    
  4. Restart Hermes. It should discover tools prefixed mcp_conductor_* (e.g. mcp_conductor_create_workspace).

  5. Make sure Hermes's Telegram gateway is already configured (BotFather token + your user ID) — see https://hermes-agent.nousresearch.com/docs/user-guide/messaging/telegram. That part is independent of this server.

Local dev

CONDUCTOR_API_KEY=sk-... npm run dev

Runs the server directly via tsx over stdio — pair with any MCP inspector/client to test tool calls without going through Hermes.

from github.com/rohanxdesign/hermes-conductor-mcp

Установка Hermes Conductor

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/rohanxdesign/hermes-conductor-mcp

FAQ

Hermes Conductor MCP бесплатный?

Да, Hermes Conductor MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Hermes Conductor?

Нет, Hermes Conductor работает без API-ключей и переменных окружения.

Hermes Conductor — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Hermes Conductor в Claude Desktop, Claude Code или Cursor?

Открой Hermes Conductor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Hermes Conductor with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai