cli-orchestrator-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cli_executeA | Execute a task on a CLI (Claude, Gemini, or Codex) inline with automatic retry, circuit breaker, and fallback. |
| cli_statsA | Health dashboard showing per-provider installation status, circuit breaker state, and usage stats. |
| cli_listA | List installed CLI providers with their paths. |
| cli_routeA | Suggest the best CLI for a task based on agent role. Returns recommended provider with reasoning and fallback chain. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code_review | Perform a code review using a CLI |
| architecture_design | Design system architecture based on requirements |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| cli-stats |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: execution, statistics, listing, and routing. No overlap exists; an agent can easily distinguish them.
All tools follow the consistent pattern 'cli_<verb>', with verbs (execute, stats, list, route) clearly describing the action. No mixing of conventions.
Four tools is well-scoped for an orchestration server covering execution, monitoring, listing, and routing. Each tool earns its place.
Core workflows (execute, monitor, list, route) are covered. Missing provider installation/removal, but that may be out of scope for an orchestrator.