open-delegate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPEN_DELEGATE_ODE_MODELS | No | CSV list of model identifiers that should always use open-delegate (force routing) | |
| OPEN_DELEGATE_DENY_MODELS | No | CSV list of denied model identifiers | |
| OPEN_DELEGATE_ALLOW_MODELS | No | CSV list of allowed model identifiers | |
| OPEN_DELEGATE_OPENCODE_BIN | No | Full path to the opencode CLI binary if not on PATH | |
| OPEN_DELEGATE_DEFAULT_MODEL | No | Default model identifier for opencode sessions (e.g., opencode/deepseek-v4-flash-free) | |
| OPEN_DELEGATE_ODE_MODELS_FILE | No | Path to a JSON array or CSV file listing models for force routing | |
| OPEN_DELEGATE_OPENCODE_CONFIG_CONTENT | No | Full OpenCode configuration blob (advanced usage) |
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 |
|---|---|
| ode_delegateA | Starts a new OpenCode agent session to work on Model policy (cost-first):
|
| ode_awaitA | Blocks (up to a clamped timeout) until the session started by ode_delegate finishes, then returns its final status (plus a capped |
| ode_transcriptA | Fetches the conversation so far for a session started by ode_delegate, without waiting for it to finish. |
| ode_cancelA | Aborts an in-progress session started by ode_delegate. A no-op (still returns ok) if it already finished. |
| ode_diagnosticsA | Read-only snapshot of the open-delegate MCP bridge itself (not a specific session): its own pid/version/log paths, every live opencode runtime with its own pid/url/log path, recent internal events, and session counts by status. Use this to diagnose host-side "Connection stopped" / "Timed out waiting for connection" errors, or to find which opencode process/log backs a given runtimeKey. |
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/Verbalize-public/open-delegate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server