hermes-conductor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hermes-conductor-mcpSet up a workspace on Conductor and have Claude write a script to calculate Fibonacci numbers."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hermes-conductor-mcp
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.
Related MCP server: jt-mcp-server
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 devRuns the server directly via tsx over stdio — pair with any MCP inspector/client to test tool
calls without going through Hermes.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that allows Claude Desktop and other MCP clients to delegate tasks to a local Hermes Agent for automation and persistent operations.Last updated56Apache 2.0
- Alicense-qualityCmaintenanceMCP server that equips AI agents with dev workflow tools including GitHub project management, conventional commits, visual regression testing, Jira/Confluence integration, and a persistent memory knowledge graph.Last updated13MIT
- Alicense-qualityDmaintenanceMCP server that enables AI coding agents to communicate, share state, and coordinate work in real time via MCP tools or REST API.Last updated895MIT
- Alicense-qualityDmaintenanceMCP server for integrating coding agents (Claude Code CLI, etc.) with the GIMS Automation system. Enables development of automation scripts, data source types, activator types, and Git synchronization.Last updatedMIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohanxdesign/hermes-conductor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server