coeus
Officialby soryko
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COEUS_AGY_COMMAND | No | OAuth CLI executable. Default: agy | agy |
| COEUS_TOOL_PROFILE | No | Tool profile label returned by capabilities. Default: standard | standard |
| COEUS_AGY_STATE_DIR | No | Ignored, non-secret Agy runtime profile directory. Default: .coeus/state | .coeus/state |
| COEUS_CODEX_COMMAND | No | OAuth CLI executable. Default: codex | codex |
| COEUS_CLAUDE_COMMAND | No | OAuth CLI executable. Default: claude | claude |
| COEUS_PROVIDER_ORDER | No | Optional comma-separated provider preference order; capability and readiness checks still apply. Default: blank | |
| COEUS_ALIBABA_API_KEY | No | Direct Alibaba Cloud Model Studio credential. Default: empty | |
| COEUS_DEEPSEEK_API_KEY | No | Direct DeepSeek credential. Default: empty | |
| COEUS_DEFAULT_PROVIDER | No | Automatic routing or one canonical provider ID. Default: auto | auto |
| COEUS_ENABLE_WEB_TOOLS | No | Web capability pack flag. Default: true | true |
| COEUS_PROVIDER_TIMEOUT | No | Per-provider execution budget in seconds. Default: 120 | 120 |
| COEUS_AGY_DEFAULT_MODEL | No | Agy starting model. Default: gemini-3.7-flash-medium | gemini-3.7-flash-medium |
| COEUS_ENABLE_PIXEL_TOOLS | No | Pixel capability pack flag. Default: true | true |
| COEUS_OPENROUTER_API_KEY | No | Direct OpenRouter credential. Default: empty | |
| COEUS_CODEX_DEFAULT_MODEL | No | Codex starting model. Default: gpt-5.6-terra | gpt-5.6-terra |
| COEUS_DEEPSEEK_FAST_MODEL | No | DeepSeek fast model. Default: deepseek-v4-flash | deepseek-v4-flash |
| COEUS_ENABLE_DESIGN_TOOLS | No | Design capability pack flag. Default: true | true |
| COEUS_CLAUDE_DEFAULT_MODEL | No | Claude starting model. Default: claude-opus-5 | claude-opus-5 |
| COEUS_PROVIDER_CATALOG_TTL | No | Model catalog cache lifetime in seconds. Default: 60 | 60 |
| COEUS_ALIBABA_DEFAULT_MODEL | No | Alibaba starting model. Default: qwen3.8-max | qwen3.8-max |
| COEUS_DEEPSEEK_DEFAULT_MODEL | No | DeepSeek starting model. Default: deepseek-v4-pro | deepseek-v4-pro |
| COEUS_OPENROUTER_DEFAULT_MODEL | No | OpenRouter starting model. Default: openai/gpt-4.1-nano | openai/gpt-4.1-nano |
| COEUS_ENABLE_EXPERIMENTAL_TOOLS | No | Experimental workflow flag. Default: false | false |
| COEUS_PROVIDER_MAX_OUTPUT_BYTES | No | Bounded CLI output capture. Default: 1048576 | 1048576 |
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 |
|---|---|
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 | |