CLI Agent MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAM_GUI | No | Enable GUI dashboard | true |
| CAM_DEBUG | No | Include debug info in MCP responses | false |
| CAM_TOOLS | No | Comma-separated list of allowed tools (empty = all) | |
| CAM_GUI_KEEP | No | Keep GUI on exit | false |
| CAM_LOG_DEBUG | No | Write debug logs to temp file | false |
| CAM_GUI_DETAIL | No | GUI detail mode | false |
| CAM_SIGINT_MODE | No | SIGINT handling (cancel/exit/cancel_then_exit) | cancel |
| CAM_SIGINT_DOUBLE_TAP_WINDOW | No | Double-tap exit window (seconds) | 1.0 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codexA | Run OpenAI Codex CLI agent (deep analysis / critical review). NO SHARED MEMORY:
CROSS-AGENT HANDOFF:
CAPABILITIES:
BEST PRACTICES:
Supports: image attachments. |
| codex_parallelA | Run multiple codex tasks in parallel. All tasks share workspace/permission/save_file. Results are appended to save_file with XML wrappers (). Max 100 tasks. Model can be array: single element shared by all, or one per task. |
| geminiA | Run Google Gemini CLI agent (UI design / comprehensive analysis). NO SHARED MEMORY:
CROSS-AGENT HANDOFF:
CAPABILITIES:
BEST PRACTICES:
|
| gemini_parallelA | Run multiple gemini tasks in parallel. All tasks share workspace/permission/save_file. Results are appended to save_file with XML wrappers (). Max 100 tasks. Model can be array: single element shared by all, or one per task. |
| claudeA | Run Anthropic Claude CLI agent (code implementation). NO SHARED MEMORY:
CROSS-AGENT HANDOFF:
CAPABILITIES:
BEST PRACTICES:
Supports: system_prompt, append_system_prompt, agent parameter. |
| claude_parallelA | Run multiple claude tasks in parallel. All tasks share workspace/permission/save_file. Results are appended to save_file with XML wrappers (). Max 100 tasks. Model can be array: single element shared by all, or one per task. |
| opencodeA | Run OpenCode CLI agent (full-stack development). NO SHARED MEMORY:
CROSS-AGENT HANDOFF:
CAPABILITIES:
BEST PRACTICES:
Supports: file attachments, multiple agents (build, plan, etc.). |
| opencode_parallelA | Run multiple opencode tasks in parallel. All tasks share workspace/permission/save_file. Results are appended to save_file with XML wrappers (). Max 100 tasks. Model can be array: single element shared by all, or one per task. |
| bananaA | Generate images using Nano Banana Pro (Gemini 3 Pro Image). CAPABILITIES:
RESPONSE FORMAT:
BEST PRACTICES:
Supports: reference images with roles (edit_base, style_ref, etc.). |
| imageA | Generate images via OpenRouter-compatible or OpenAI-compatible endpoints. CAPABILITIES:
RESPONSE FORMAT:
BEST PRACTICES:
Supports: reference images for editing. |
| get_gui_urlA | Get the GUI dashboard URL. Returns the HTTP URL where the live event viewer is accessible. |
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/shiharuharu/cli-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server