Dify MCP
Enables validation of Dify Workflow DSL YAML files through MCP protocol. Allows users to check the validity and structure of Dify workflow definition files.
README
dify-mcp
概要
dify-mcpは、Dify Workflow DSL YAMLファイルを検証するためのMCP(Model Context Protocol)サーバーです。 FastMCPを使用して、Dify Workflowの定義ファイルの妥当性をチェックすることができます。
開発に必要なツール
miseを使用することで、必要な開発ツール(uv、dprint、bun、lefthookなど)が自動的に管理されます。
ディレクトリ構造
.
├── .mise-tasks/ # miseタスク定義ファイル
│ ├── install # 環境セットアップ
│ ├── format # コードフォーマット
│ ├── lint # コードリント
│ ├── update-git-submodule # Git submodule更新
│ └── run/ # 実行タスク
│ ├── dify-mcp/ # dify-mcp実行タスク
│ └── mcp-inspector # MCPインスペクター起動
├── apps/
│ └── dify-mcp/ # MCPサーバー実装
│ ├── src/ # ソースコード
│ ├── tests/ # テストコード
│ └── pyproject.toml
├── dify/ # Difyのサブモジュール
├── .mcp.json # MCP設定ファイル
├── .mise.toml # mise設定ファイル
├── pyproject.toml # ワークスペース設定
├── ruff.toml # Ruff設定
├── dprint.jsonc # dprint設定
└── lefthook.yml # Gitフック設定
mise tasks
mise run install
プロジェクトの開発環境をセットアップします。miseでツールをインストールし、uvで依存関係を同期、lefthookでGitフックを設定します。
mise run format
コードを自動フォーマットします。dprintでファイルをフォーマットし、ruffでPythonコードを修正します。
mise run lint
コードの静的解析を実行します。ruffでコードをチェックし、mypyで型チェックを行います。
mise run update-git-submodule
Gitサブモジュール(dify)を最新の状態に更新します。
mise run dify-mcp
dify-mcp開発サーバーをデフォルト設定で起動します。
mise run dify-mcp:stdio
dify-mcp開発サーバーをstdio transportモードで起動します。
mise run dify-mcp:streamable-http
dify-mcp開発サーバーをStreamable HTTP transportモードで起動します。
mise run mcp-inspector
MCPインスペクターデバッグツールを起動します。MCPサーバーの動作確認に使用できます。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.