Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPSEEK_API_KEYNoDeepSeek API Key. If not set, the server falls back to ~/.dsh/.credentials.yaml.
DEEPSEEK_BASE_URLNoAPI endpoint.https://api.deepseek.com
DEEPSEEK_MCP_MODELNoDefault model for the delegate_task tool.deepseek-v4-pro
DEEPSEEK_HARNESS_ROOTNoPath to the deepseek-harness checkout used by run_agent_task. The harness_root parameter takes precedence if provided.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
delegate_taskA

Send a task or question to the raw DeepSeek model (deepseek-v4-pro) and return its answer. Fast and cheap, but has NO tools and cannot touch files. For work that needs a shell, file edits, or sub-agents, use run_agent_task instead. Stateless: put all context into the task (or the optional system prompt).

run_agent_taskA

Run a complete DeepSeek Harness coding agent on a task. The agent has a shell, file read/write/edit, sub-agent delegation, workflow, todo, and session persistence — it can actually modify files in the given workspace. This spawns a one-shot dsh --profile headless process; it needs a built deepseek-harness checkout (set DEEPSEEK_HARNESS_ROOT, or pass harness_root). Use this for real coding/workspace work; use delegate_task for quick model-only questions.

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/mbj733/deepseek-agent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server