Multi-CLI MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MULTICLI_LOG_PATH | No | Path to log file | ~/.multicli/logs/multicli.log |
| MULTICLI_HTTP_HOST | No | HTTP host to bind to | 127.0.0.1 |
| MULTICLI_HTTP_PATH | No | HTTP path for MCP endpoint | /mcp |
| MULTICLI_HTTP_PORT | No | HTTP port to listen on | 37420 |
| MULTICLI_LOG_LEVEL | No | Log level for file log: error, info, or debug | debug |
| MULTICLI_TRANSPORT | No | Transport mode: 'stdio' or 'http' | |
| MULTICLI_KILL_GRACE_MS | No | Grace period in milliseconds before killing subprocesses | |
| MULTICLI_ASK_TIMEOUT_MS | No | Timeout in milliseconds for Ask-* tool calls | |
| MULTICLI_HELP_TIMEOUT_MS | No | Timeout in milliseconds for Help tool calls | |
| MULTICLI_HTTP_AUTH_TOKEN | No | Bearer token for HTTP authentication (required for direct HTTP mode) | |
| MULTICLI_SERVICE_ENV_PATH | No | Path to service env file | |
| MULTICLI_SERVICE_LOG_PATH | No | Path for service log file | |
| MULTICLI_SERVICE_ROOT_DIR | No | Root directory for service artifacts | |
| MULTICLI_STDERR_LOG_LEVEL | No | Log level for stderr: silent, error, info, or debug | error |
| MULTICLI_HTTP_SESSION_IDLE_MS | No | Idle timeout for HTTP sessions in milliseconds | |
| MULTICLI_CLI_DETECT_TIMEOUT_MS | No | Timeout in milliseconds for CLI detection | |
| MULTICLI_SERVICE_MANIFEST_PATH | No | Path to service manifest file |
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| Claude-Gemini-CodexA | CRITICAL: No usable AI CLIs detected by Multi-CLI. Call this tool immediately for troubleshooting instructions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no risk of confusion or overlap with other tools.
A single tool trivially follows a consistent naming pattern.
The server's purpose is managing multiple CLI tools, but it only provides one fallback tool, which is insufficient for its scope.
The tool set lacks any actual CLI management operations; the single tool is merely a troubleshooting step, leaving the core domain uncovered.