Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MULTICLI_LOG_PATHNoPath to log file~/.multicli/logs/multicli.log
MULTICLI_HTTP_HOSTNoHTTP host to bind to127.0.0.1
MULTICLI_HTTP_PATHNoHTTP path for MCP endpoint/mcp
MULTICLI_HTTP_PORTNoHTTP port to listen on37420
MULTICLI_LOG_LEVELNoLog level for file log: error, info, or debugdebug
MULTICLI_TRANSPORTNoTransport mode: 'stdio' or 'http'
MULTICLI_KILL_GRACE_MSNoGrace period in milliseconds before killing subprocesses
MULTICLI_ASK_TIMEOUT_MSNoTimeout in milliseconds for Ask-* tool calls
MULTICLI_HELP_TIMEOUT_MSNoTimeout in milliseconds for Help tool calls
MULTICLI_HTTP_AUTH_TOKENNoBearer token for HTTP authentication (required for direct HTTP mode)
MULTICLI_SERVICE_ENV_PATHNoPath to service env file
MULTICLI_SERVICE_LOG_PATHNoPath for service log file
MULTICLI_SERVICE_ROOT_DIRNoRoot directory for service artifacts
MULTICLI_STDERR_LOG_LEVELNoLog level for stderr: silent, error, info, or debugerror
MULTICLI_HTTP_SESSION_IDLE_MSNoIdle timeout for HTTP sessions in milliseconds
MULTICLI_CLI_DETECT_TIMEOUT_MSNoTimeout in milliseconds for CLI detection
MULTICLI_SERVICE_MANIFEST_PATHNoPath 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

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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