agent-orchestrator
by vndmea
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., debug, info) | |
| AO_DRY_RUN | No | Enable dry-run mode (default true) | |
| AO_ALLOW_WRITE | No | Allow write operations | |
| LITELLM_API_KEY | No | API key for LiteLLM | |
| MCP_SERVER_NAME | No | Name of the MCP server | |
| LITELLM_BASE_URL | No | Base URL for LiteLLM proxy | |
| LEADER_MODEL_NAME | No | Model name for the leader | |
| WORKER_MODEL_NAME | No | Model name for workers | |
| MCP_SERVER_VERSION | No | Version of the MCP server | |
| AO_ALLOWED_COMMANDS | No | Comma-separated list of allowed shell commands | |
| LEADER_MODEL_API_KEY | No | API key for the leader model | |
| WORKER_MODEL_API_KEY | No | API key for worker models | |
| LEADER_MODEL_BASE_URL | No | Base URL for the leader model endpoint | |
| LEADER_MODEL_PROVIDER | No | Provider for the leader model (e.g., litellm) | |
| WORKER_MODEL_BASE_URL | No | Base URL for worker model endpoint | |
| WORKER_MODEL_PROVIDER | No | Provider for worker models |
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/vndmea/agent-orchestrator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server