Codex DeepSeek Delegate MCP
by PanGucheng
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Optional OpenAI API key for command review when DEEPSEEK_DELEGATE_COMMAND_REVIEWER is set to 'openai' | |
| DEEPSEEK_API_KEY | Yes | Your DeepSeek API key for model access | |
| DEEPSEEK_DELEGATE_MOCK | No | Optional; set to '1' to enable mock runner for development | |
| OPENAI_COMMAND_REVIEW_MODEL | No | Optional; model name for GPT command review, e.g., 'gpt-5.5' | |
| DEEPSEEK_DELEGATE_WORKSPACE_ROOT | No | Optional; root directory for workspace, defaults to server startup directory | |
| DEEPSEEK_DELEGATE_COMMAND_REVIEWER | No | Optional; set to 'openai' to enable GPT-based command review for gray-area commands |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| delegate_taskA | Launches or resumes a DeepSeek child session for a complex task. Use repo-scout for read-only exploration, implementer for code changes, and pass taskId only when continuing the same child task. |
| delegate_executeB | Compatibility wrapper around delegate_task with subagentType=implementer. Prefer delegate_task for new integrations. |
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/PanGucheng/codex-deepseek-delegate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server