herdr-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HERDR_BIN | No | Path to the herdr binary. | herdr |
| HERDR_SESSION | No | Herdr session identifier. | |
| HERDR_SOCKET_PATH | No | Path to the Herdr session socket. | |
| HERDR_MCP_LOG_LEVEL | No | Python log level (stderr). | WARNING |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesA | List Herdr workspaces with their ids, labels, and aggregate agent status. |
| list_tabsA | List tabs across the session. Tab ids look like |
| list_panesA | List every pane with its id, workspace, tab, cwd, title, and agent status. |
| list_agentsA | List panes running a detected coding agent, with agent kind and status. |
| get_agentA | Show one agent's current state. |
| read_paneA | Read a pane's terminal output as plain text. |
| prompt_agentA | Submit a prompt to an agent pane (types the text and submits it). |
| wait_agentA | Wait until an agent reaches one of the requested states. |
| send_textA | Send literal text to a pane without pressing Enter. |
| send_keysA | Send key presses to a pane, e.g. ["enter"], ["esc"], ["ctrl-c"]. |
| run_commandA | Run a shell command in a pane (sends the command text and Enter). |
| wait_for_outputA | Wait until a pane's output matches a pattern. |
| split_paneA | Split a pane and return the new pane's id. |
| close_paneA | Close a pane and any process running in it. pane: pane id like |
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/aelaguiz/herdr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server