用于 Deepseek 集成的 MCP 服务器
该存储库包含一个模型控制协议 (MCP) 服务器实现,允许 Claude Desktop 使用在 Docker 中运行的 Deepseek 模型。
先决条件
Docker
Python 3.11 或更高版本
Deepseek API 密钥
克劳德桌面
安装
克隆存储库:
安装依赖项:
设置环境变量
在项目根目录下创建.env
文件,并添加以下环境变量:
确保将your_api_key_here
替换为您的实际 Deepseek API 密钥。
运行服务器
使用 Docker
构建 Docker 镜像:
运行容器:
本地运行
与 Claude Desktop 一起使用
确保您拥有 Deepseek API 密钥
将以下内容添加到您的 Claude Desktop 配置(claude_desktop_config.json)中:
重新启动 Claude Desktop 以加载新配置
贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -m 'Add some amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)创建拉取请求
执照
MIT 许可证 - 详情请参阅许可证文件
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
模型控制协议服务器实现,允许 Claude Desktop 使用在 Docker 中运行的 Deepseek 模型,实现 Claude Desktop 和 Deepseek 语言模型之间的无缝集成。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to manage software development projects with complete context awareness and code execution through Docker environments.Last updated -13
- AsecurityAlicenseAqualityA collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.Last updated -219MIT License
- -securityFlicense-qualityA Model Control Protocol server that provides web search capabilities and similarity search functionality for Claude Desktop, allowing users to perform web searches and extract relevant information from previous search results.Last updated -2
- AsecurityAlicenseAqualityAllows seamless integration of DeepSeek's language models with MCP-compatible applications like Claude Desktop, supporting features such as model selection, temperature control, and multi-turn conversations with automatic model fallback.Last updated -2332MIT License