hermes-conductor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONDUCTOR_API_KEY | Yes | Your Conductor API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsB | List repositories available to create Conductor workspaces from. |
| create_workspaceA | Create a new Conductor workspace (a sandboxed coding-agent environment) and start a session in it. Provide either projectId (existing repo already connected to Conductor) or repositoryUrl. |
| get_workspace_statusA | Check the lifecycle status of a Conductor workspace (initializing, ready, sleeping, archived, deleted, updating). |
| archive_workspaceA | Archive (deactivate) a Conductor workspace once its work is done. |
| send_messageA | Send a prompt/instruction to a coding agent session. Use the sessionId returned by create_workspace. |
| get_session_statusA | Poll whether a coding agent session is idle, working, or errored. Poll this after send_message to know when the agent finished. |
| get_session_messagesC | Retrieve the full conversation transcript for a coding agent session. |
| cancel_sessionC | Cancel/stop the agent's current operation in a session. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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