Skip to main content
Glama
PanGucheng

Codex DeepSeek Delegate MCP

by PanGucheng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoOptional OpenAI API key for command review when DEEPSEEK_DELEGATE_COMMAND_REVIEWER is set to 'openai'
DEEPSEEK_API_KEYYesYour DeepSeek API key for model access
DEEPSEEK_DELEGATE_MOCKNoOptional; set to '1' to enable mock runner for development
OPENAI_COMMAND_REVIEW_MODELNoOptional; model name for GPT command review, e.g., 'gpt-5.5'
DEEPSEEK_DELEGATE_WORKSPACE_ROOTNoOptional; root directory for workspace, defaults to server startup directory
DEEPSEEK_DELEGATE_COMMAND_REVIEWERNoOptional; set to 'openai' to enable GPT-based command review for gray-area commands

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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