qodercli-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | HTTP proxy URL for qodercli | |
| HTTPS_PROXY | No | HTTPS proxy URL for qodercli | |
| QODERCLI_PATH | No | Path to the qodercli binary | qodercli |
| QODERCLI_TIMEOUT_MS | No | Default timeout in milliseconds | 600000 |
| QODERCLI_MAX_OUTPUT_MB | No | Per-call stdout/stderr cap in MB (OOM protection) | 50 |
| QODERCLI_DEFAULT_PERMISSION_MODE | No | Default permission mode when the caller omits permission_mode/approval_policy/sandbox; set bypass_permissions for full (YOLO) access | dont_ask |
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 |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask-qoderA | Delegate a task to qodercli (Qoder CLI), a local agentic coding assistant. Use it to get a second opinion, a code review, or to have Qoder perform a self-contained coding task in a given working directory. Returns structured output including session_id; pass it back as resume_session_id to continue the conversation. |
| list-sessionsA | List local qodercli sessions (index + id + summary) so you can pick a resume_session_id for ask-qoder. |
| list-modelsA | List models currently supported by qodercli. Use this before picking a model name for ask-qoder. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |