MCP.so
登录

MCP Server

@MCP-Mirror

关于 MCP Server

Mirror of

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server?

A Dify endpoint plugin that converts a Dify app into a Model Context Protocol (MCP) server, allowing MCP clients to interact with Dify workflows. It is intended for use within private networks to maintain data security.

How to use MCP Server?

Create a simple workflow app in Dify, add an endpoint and select that app, and ensure the input schema defines parameters (including a query field for chat apps). Then copy the endpoint URL to an MCP client such as Cherry Studio.

Key features of MCP Server?

  • Converts a Dify app into an MCP server.
  • Simple endpoint-based setup process.
  • Supports custom input schema definitions.
  • Designed for private network use only.
  • Works with standard MCP clients like Cherry Studio.

Use cases of MCP Server?

  • Expose Dify workflows as tools for MCP clients.
  • Integrate Dify AI capabilities into MCP-compatible applications.
  • Create custom internal tools secured within a private network.
  • Reuse existing Dify apps as MCP endpoints without additional coding.

FAQ from MCP Servers

What is MCP Server?

MCP Server is a Dify plugin that turns a Dify app into an MCP server, enabling MCP clients to invoke Dify workflows as tools.

How do I configure the input schema for a chat app?

For a chat app, you must include a query field in the input schema, formatted as a JSON object with required properties and a description.

Can I use MCP Server over the public internet?

No. The README explicitly states to use this plugin exclusively within your private network to keep data secure.

Which MCP clients are supported?

The README mentions Cherry Studio as an example, but any standard MCP client should work by pointing it to the endpoint URL.

评论

开发工具 分类下的更多 MCP 服务器