Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUBAGENT_HOSTNoHost for HTTP transport only.127.0.0.1
SUBAGENT_PORTNoPort for HTTP transport only.8100
SUBAGENT_RUNS_ROOTNoWhere per-run artefacts go../runs
SUBAGENT_TMUX_SOCKETNoUse a private tmux server.
SUBAGENT_ALLOWED_ROOTSNoParent dirs a subagent cwd may live under.~/git,~/ATLAS-GROUP
SUBAGENT_CLI_ALLOWLISTNoCLIs the server will invoke.claude,opencode
SUBAGENT_RUNS_KEEP_MAXNoKeep at most this many run dirs (0 disables).200
SUBAGENT_MAX_CONCURRENTNoCap on live launched panes.12
SUBAGENT_RUNS_MAX_AGE_DAYSNoDelete run dirs older than this (0 disables).14

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
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

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/garland3/subagent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server