Hermes Conductor
FreeNot checkedMCP server that integrates Conductor Cloud with Hermes Agent, enabling Hermes to create sandboxed coding workspaces, dispatch tasks to developer agents (Claude,
About
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 fromcreate_workspace— spin up a sandboxed workspace + first session (agent:claude|codex|cursor|acp)get_workspace_status— poll workspace lifecycle (initializing→ready→ ...)archive_workspace— tear a workspace down when donesend_message— send an instruction/prompt into a coding sessionget_session_status— poll whether the agent isidle|working|errorget_session_messages— read the full transcriptcancel_session— stop the agent mid-task
Typical flow a Hermes conversation would drive: list_projects → create_workspace →
send_message (the task) → poll get_session_status until idle → get_session_messages
for the result → archive_workspace.
Setup
Get a Conductor API key (requires Conductor Pro): https://app.conductor.build/users/api-keys
Install and build:
npm install npm run buildRegister 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>"Restart Hermes. It should discover tools prefixed
mcp_conductor_*(e.g.mcp_conductor_create_workspace).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.
Installing Hermes Conductor
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/rohanxdesign/hermes-conductor-mcpFAQ
Is Hermes Conductor MCP free?
Yes, Hermes Conductor MCP is free — one-click install via Unyly at no cost.
Does Hermes Conductor need an API key?
No, Hermes Conductor runs without API keys or environment variables.
Is Hermes Conductor hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Hermes Conductor in Claude Desktop, Claude Code or Cursor?
Open Hermes Conductor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Hermes Conductor with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
