Orchestrate Codex
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| orchestrate_list_recipesA | List built-in supervised orchestration recipes. |
| orchestrate_explain_recipeC | Explain a recipe: stages, doc_class, context policy, default leaf bindings. |
| orchestrate_context_policyB | Return context policy for a doc_class (durable|change|transform|direct). |
| orchestrate_plan_recipeC | Build a static plan (steps + suggested tools). Prefer start_run for stateful execution. |
| orchestrate_start_runC | Start a supervised run. Auto-executes local gather stages. Returns next_action (call_tool with leaf name+args, or done). Does not call other MCP servers — Codex must invoke the leaf tool. |
| orchestrate_continue_recipeA | Advance a run after a leaf tool result. Pass run_id and/or full state. On leaf failure set success=false to try fallback_tools (Claude→Grok→AG). |
| orchestrate_get_runA | Fetch run state by run_id (same process only). |
| orchestrate_fallback_chainsC | Show default capability→fallback leaf tool chains. |
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
- 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/Meapri/orchestrate-codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server