mcp-server-dify
Dify AI用モデルコンテキストプロトコルサーバー。このサーバーにより、LLMは標準化されたプロトコルを介してDify AIのチャット補完機能と対話できるようになります。
特徴
- Dify AIチャット補完APIとの統合
- レストランおすすめツール(めしどこ)
- 会話コンテキストのサポート
- ストリーミングレスポンスのサポート
- TypeScript実装
インストール
Dockerの使用
使用法
クロード・デスクトップ
claude_desktop_config.json
に次の構成を追加します。
your-dify-api-endpoint
とyour-dify-api-key
実際の Dify API 資格情報に置き換えます。
ツール
めし処
Dify AI と連携したレストラン推奨ツール:
パラメータ:
LOCATION
(文字列): レストランの場所BUDGET
(文字列): 予算制約query
(文字列): Dify AIに送信するクエリconversation_id
(文字列、オプション):チャットのコンテキストを維持するため
発達
ライセンス
このプロジェクトはMIT ライセンスの下でリリースされています。
安全
このサーバーは、提供されたAPIキーを使用してDify AIと通信します。以下の点にご注意ください。
- API認証情報を安全に保つ
- APIエンドポイントにHTTPSを使用する
- APIキーをバージョン管理にコミットしない
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
This server cannot be installed
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.
LLM が会話コンテキストのサポートやレストラン推奨ツールなどを含む Dify AI のチャット完了 API と対話できるようにします。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityIntegrates Dify AI API to provide code generation for Ant Design components, supporting both text and image inputs with stream processing capabilities.Last updated -140JavaScript
- AsecurityAlicenseAqualityEnables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.Last updated -15788JavaScriptMIT License
- -securityFlicense-qualityEnables seamless integration between Claude AI and Dify Workflow through the Model Context Protocol, allowing Claude to dynamically access and execute Dify Workflow operations via natural language.Last updated -195TypeScript
CB Insights MCP Serverofficial
-securityFlicense-qualityAn interface that allows developers to interact with ChatCBI LLM through AI Agents, providing access to CB Insights' conversational AI capabilities.Last updated -5Python