deepseek-delegate-mcp
by trixmix821
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPSEEK_MODEL | No | Default model for the tool. Use 'deepseek-v4-flash' or 'deepseek-v4-pro'. | deepseek-v4-flash |
| DEEPSEEK_API_KEY | No | DeepSeek API key. Falls back to your Codex config. Looked up in order: DEEPSEEK_API_KEY environment variable, then experimental_bearer_token under [model_providers.deepseek] in ~/.codex/config.toml. | |
| DEEPSEEK_BASE_URL | No | API base URL. | https://api.deepseek.com |
| DEEPSEEK_THINKING | No | Thinking mode default: 'enabled' or 'disabled'. Disabled is fast/cheap. | disabled |
| DEEPSEEK_WIRE_API | No | API style: 'responses' (native Responses API) or 'chat' (OpenAI-style chat completions). | responses |
| DEEPSEEK_MAX_PROMPT_CHARS | No | Maximum prompt length in characters. Larger prompts are rejected to prevent giant-payload delegation. | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| call_deepseek_sub_agentA | Delegates massive text processing, code generation boilerplate, or complex sub-modules to DeepSeek V4 to conserve Sol context tokens. Returns the model's text output. |
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/trixmix821/deepseek-delegate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server