Dify Management MCP
Dify 管理 MCP
此 MCP 服务器允许您以编程方式管理您的 Dify 实例。它提供了用于列出和创建知识库(数据集)、列出应用程序以及管理工具的工具。
功能
知识库管理: 列出数据集、创建新数据集以及列出文档。
应用管理: 列出工作区中的应用程序并获取详细信息。
工具管理: 列出工具提供商。
Related MCP server: Dify Management MCP
配置
克隆此存储库。
安装依赖项:
npm install。根据
.env.example创建一个.env文件。配置变量:
DIFY_BASE_URL:您的实例 URL(例如:云端为https://api.dify.ai)。DIFY_CONSOLE_API_KEY:您的控制台 API 密钥(请参阅下文获取方式)。
如何获取 DIFY_CONSOLE_API_KEY
管理操作(如创建数据集)需要控制台密钥。 目前,在 Dify Cloud 中,您可以在 设置 > 工作区 > 服务 API 中找到您的密钥,或者使用浏览器会话令牌(不推荐)。 对于自托管实例,请使用为管理员生成的令牌。
本地运行
npm run build
npm start在 Dokploy 上部署
本项目包含一个 Dockerfile。要在 Dokploy 上运行:
将您的 GitHub 存储库连接到 Dokploy。
在 Dokploy 面板中配置环境变量(
DIFY_BASE_URL、DIFY_CONSOLE_API_KEY)。Dokploy 将检测到
Dockerfile并自动进行构建。
专为自动化管理 Dify 而开发。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseDqualityFmaintenanceProvides programmatic and CLI tools for managing Coolify deployments, allowing users to control applications, services, databases, and infrastructure through natural language or command line.101207Good Luck With That Public
- Flicense-qualityCmaintenanceAllows programmatic management of a Dify instance, including listing and creating datasets, managing applications, and tool providers.
- FlicenseBqualityDmaintenanceEnables listing datasets, creating chat assistants, and chatting with them via RAGFlow API.33
- Alicense-qualityDmaintenanceEnables semantic retrieval and knowledge base management through the RAGFlow API, including dataset, document, chunk, chat, and graph operations.5MIT
Related MCP Connectors
Create, test, publish, and manage Dreamlit notification workflows from AI clients.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/LucasAllmaBI/MCP-Dify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server