Super Subagents
by yigitkonur
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GH_TOKEN | No | Single token fallback. | |
| CODEX_MODEL | No | Default model for Codex tasks. | o4-mini |
| ENABLE_OPUS | No | Show claude-opus-4.6 in tool descriptions. | false |
| GH_PAT_TOKEN | No | Fallback PAT token(s), comma-separated. | |
| GITHUB_TOKEN | No | Single token fallback. | |
| CODEX_API_KEY | No | API key for Codex provider. | |
| CODEX_USE_SDK | No | Force legacy SDK mode instead of app-server protocol. | false |
| OPENAI_API_KEY | No | API key for Codex provider. | |
| PROVIDER_CHAIN | No | Provider selection order. Prefix ! = fallback-only. | codex,copilot,!claude-cli |
| DEBUG_SDK_EVENTS | No | Log all Copilot SDK events. | false |
| GITHUB_PAT_TOKENS | No | Comma-separated PAT tokens for multi-account rotation. | |
| CODEX_SANDBOX_MODE | No | Sandbox mode: read-only, workspace-write, danger-full-access. | workspace-write |
| GITHUB_PAT_TOKEN_1 | No | Numbered PAT token (alternative to comma-separated). Additional numbers supported. | |
| DEBUG_NOTIFICATIONS | No | Log MCP notification errors to stderr. | false |
| MCP_TASK_TIMEOUT_MS | No | Default task timeout in milliseconds. | 1800000 |
| DEBUG_CLAUDE_FALLBACK | No | Verbose logging for Claude Agent SDK fallback path. | false |
| DISABLE_CODEX_FALLBACK | No | Disable Codex SDK in the provider chain. | false |
| MCP_TASK_STALL_WARN_MS | No | No-output warning threshold. | 900000 |
| MCP_TASK_TIMEOUT_MAX_MS | No | Maximum allowed timeout. | 3600000 |
| MCP_TASK_TIMEOUT_MIN_MS | No | Minimum allowed timeout. | 900000 |
| DISABLE_CLAUDE_CODE_FALLBACK | No | Disable automatic fallback to Claude Agent SDK. | false |
| MAX_CONCURRENT_CODEX_SESSIONS | No | Max simultaneous Codex sessions. | 5 |
| MAX_CONCURRENT_CLAUDE_FALLBACKS | No | Max simultaneous Claude sessions. | 3 |
| BROKEN_PIPE_FORCE_EXIT_TIMEOUT_MS | No | Max wait time for graceful shutdown after broken pipe. | 15000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/yigitkonur/mcp-supersubagents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server