MCP.so
登录

MCP Server

@hjlarry

关于 MCP Server

暂无概览

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

hjlarry

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MCP Server?

A Dify endpoint plugin that turns a Dify app into an MCP server, allowing it to be used with MCP clients like Cherry Studio. Designed for private network use.

How to use MCP Server?

Create a simple workflow app in Dify, add an endpoint selecting this app, define the input schema (include a query field for chat apps), then copy the endpoint URL to an MCP client. Optionally set an Auth Bearer Token for security.

Key features of MCP Server

  • Converts a Dify app into an MCP server.
  • Supports Streamable HTTP and legacy SSE protocols.
  • Customizable input schema via JSON endpoint settings.
  • Optional Bearer token authentication.
  • Responds to MCP ping method for health checks.

Use cases of MCP Server

  • Exposing a Dify weather app as an MCP tool.
  • Integrating Dify workflow apps into MCP‑compatible assistants.
  • Hosting a private MCP server securely within a network.

FAQ from MCP Server

What protocols does MCP Server support?

Streamable HTTP (recommended) and legacy SSE.

How do I add authentication?

Set an Auth Bearer Token in the endpoint settings. The MCP client must include Authorization: Bearer <token> in its request header.

Can I use this plugin outside my private network?

No, the README advises using it exclusively within your private network for data security.

What is the required input schema format?

A JSON object with name, description, and inputSchema containing properties and required. For chat apps, include a query field.

How does the plugin handle the ping method?

Starting from version 0.0.4, it responds to the MCP ping method, which some clients use to check server health.

评论

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