Deepseek統合用のMCPサーバー
このリポジトリには、Claude Desktop が Docker で実行されている Deepseek モデルを使用できるようにするモデル制御プロトコル (MCP) サーバー実装が含まれています。
前提条件
ドッカー
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ライセンス - 詳細についてはLICENSEファイルを参照してください
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