Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONDUCTOR_API_KEYYesYour Conductor API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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