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.
Integrations
Provides CI/CD workflow status information through GitHub Actions, displayed as a badge in the README.
Available as a package on npm, allowing installation via the npm package manager.
Implemented using TypeScript, providing type safety for the server implementation.
mcp 服务器-dify
Dify AI 的模型上下文协议服务器。该服务器使 LLM 能够通过标准化协议与 Dify AI 的聊天完成功能进行交互。
特征
- 与 Dify AI 聊天完成 API 集成
- 餐厅推荐工具(meshi-doko)
- 支持对话上下文
- 流式响应支持
- TypeScript 实现
安装
使用 Docker
Copy
用法
使用 Claude Desktop
将以下配置添加到您的claude_desktop_config.json
:
Copy
用您的实际 Dify API 凭证替换your-dify-api-endpoint
和your-dify-api-key
。
工具
饭铺
与 Dify AI 接口的餐厅推荐工具:
参数:
LOCATION
(字符串):餐厅位置BUDGET
(字符串):预算限制query
(字符串):发送给 Dify AI 的查询conversation_id
(字符串,可选):用于维护聊天上下文
发展
Copy
执照
该项目根据MIT 许可证发布。
安全
此服务器使用您提供的 API 密钥与 Dify AI 交互。请确保:
- 确保您的 API 凭证安全
- 使用 HTTPS 作为 API 端点
- 切勿将 API 密钥提交到版本控制
贡献
欢迎贡献代码!欢迎提交 Pull 请求。