Skip to main content
Glama
booleamu

DeepSeek MCP Server

by booleamu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPSEEK_EMAILNoEmail for web login
DEEPSEEK_API_KEYNoOfficial API key from platform.deepseek.com
DEEPSEEK_TIMEOUTNoRequest timeout in ms, default 30000
DEEPSEEK_BASE_URLNoOfficial API base URL, default https://api.deepseek.com
DEEPSEEK_PASSWORDNoPassword for web login
DEEPSEEK_USER_TOKENNoUser token obtained from chat.deepseek.com local storage
DEEPSEEK_MAX_RETRIESNoMaximum number of retries, default 3
DEEPSEEK_WEB_BASE_URLNoWeb API base URL, default https://chat.deepseek.com/api/v0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
deepseek_chatA

调用 DeepSeek 模型进行对话补全,支持代码生成、问答、翻译等任务。支持通过 session_key 续接上一次对话

deepseek_reasonerA

调用 DeepSeek-Reasoner (R1) 模型进行深度推理,返回完整推理过程和最终答案。支持通过 session_key 续接上一次对话

deepseek_fimA

Fill-in-the-Middle 代码补全,根据代码前缀和后缀生成中间代码。API Key 模式使用原生 FIM 接口,网页版模式通过对话模拟实现

deepseek_multi_turnA

多轮对话,携带完整历史消息上下文调用 DeepSeek 模型。支持通过 session_key 续接上一次对话

deepseek_list_modelsA

查询 DeepSeek 平台当前可用的模型列表

deepseek_file_analysisA

读取文件内容并发送给 DeepSeek 分析(API Key 模式:仅支持单个文本文件,内容以文本形式发送)

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/booleamu/deepseek-mcp-server'

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