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 | |
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/osanoai/multicli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server