Skip to main content
Glama

DeepClaude MCP Server

by smithery-ai

DeepClaude MCP(モデルコントロールパネル)

英語|中国語

概要

DeepClaude MCP(モデルコントロールパネル)は、DeepSeekとClaude AIモデルの機能を統合し、より高度な結果を提供する強力なサーバーアプリケーションです。この統合により、両モデルの長所を活かし、より正確で包括的なAIレスポンスが可能になります。

特徴

  • DeepSeekとClaude AIモデルのシームレスな統合
  • 簡単に統合できるRESTful APIエンドポイント
  • 設定可能なモデルパラメータ
  • Winston ロガーによる堅牢なエラー処理
  • クロスオリジンリソース共有(CORS)のサポート
  • 型安全性のためのTypeScript実装

前提条件

  • Node.js (v14以上)
  • npm または yarn パッケージマネージャー
  • DeepSeekとClaudeサービスのAPIキー

インストール

  1. リポジトリをクローンします。
git clone https://github.com/Mrdapeng/DeepClaudeMcp.git cd DeepClaudeMcp
  1. 依存関係をインストールします:
yarn install # or npm install
  1. 環境変数を設定します。
cp .env.example .env # Edit .env file with your API keys and configuration

発達

  • ホットリロードで開発サーバーを起動します。
yarn dev # or npm run dev
  • プロジェクトをビルドします。
yarn build # or npm run build
  • 本番サーバーを起動します:
yarn start # or npm start

プロジェクト構造

src/ ├── config/ # Configuration files ├── services/ # Core services and API clients ├── types/ # TypeScript type definitions └── index.ts # Application entry point

依存関係

  • Express.js - Webフレームワーク
  • Axios - HTTPクライアント
  • Winston - ログライブラリ
  • CORS - クロスオリジンリソース共有
  • dotenv - 環境設定
  • TypeScript - プログラミング言語
  • Jest - テストフレームワーク

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

RESTful API を介して DeepSeek および Claude AI モデルの統合と制御を可能にし、構成可能なパラメータと堅牢なエラー処理によるシームレスな AI モデル操作をサポートします。

  1. 概要
    1. 特徴
      1. 前提条件
        1. インストール
          1. 発達
            1. プロジェクト構造
              1. 依存関係
                1. ライセンス

                  Related MCP Servers

                  • -
                    security
                    F
                    license
                    -
                    quality
                    This server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
                    Last updated -
                    13
                    TypeScript
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An interface that enables Claude AI to interact with the esa API for searching, creating, and updating documents through the Model Context Protocol.
                    Last updated -
                    10
                    669
                    8
                    JavaScript
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    -
                    license
                    -
                    quality
                    Exposes CrewAI tools through a REST API that allows Claude and other LLMs to access web search functionality, data analysis capabilities, and custom CrewAI tools.
                    Last updated -
                    1
                    Python
                  • A
                    security
                    A
                    license
                    A
                    quality
                    Allows 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 -
                    2
                    45
                    2
                    MIT License
                    • Apple
                    • Linux

                  View all related MCP servers

                  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/smithery-ai/DeepClaudeMcp'

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