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