subagent-mcp
by garland3
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUBAGENT_HOST | No | Host for HTTP transport only. | 127.0.0.1 |
| SUBAGENT_PORT | No | Port for HTTP transport only. | 8100 |
| SUBAGENT_RUNS_ROOT | No | Where per-run artefacts go. | ./runs |
| SUBAGENT_TMUX_SOCKET | No | Use a private tmux server. | |
| SUBAGENT_ALLOWED_ROOTS | No | Parent dirs a subagent cwd may live under. | ~/git,~/ATLAS-GROUP |
| SUBAGENT_CLI_ALLOWLIST | No | CLIs the server will invoke. | claude,opencode |
| SUBAGENT_RUNS_KEEP_MAX | No | Keep at most this many run dirs (0 disables). | 200 |
| SUBAGENT_MAX_CONCURRENT | No | Cap on live launched panes. | 12 |
| SUBAGENT_RUNS_MAX_AGE_DAYS | No | Delete run dirs older than this (0 disables). | 14 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| launch_subagentA | Launch a coding-CLI subagent in a detached tmux window. |
| check_subagentA | Capture the last output from a running subagent. |
| list_subagentsA | List launched subagents and reconcile them with live tmux pane state. |
| send_to_subagentA | Send a follow-up message to a running subagent. |
| stop_subagentA | Interrupt or kill a running subagent. |
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/garland3/subagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server