add interactive-mcp

This commit is contained in:
ttommyth 2025-04-30 00:06:00 +08:00
parent 3a0f2657d5
commit 285005a59a

View File

@ -780,6 +780,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| [ZeparHyfar/mcp-datetime](https://github.com/ZeparHyfar/mcp-datetime) | 提供各种格式的日期和时间功能的 MCP 服务器。 | 社区实现, 日期时间工具。 |
| [zueai/mcp-manager](https://github.com/zueai/mcp-manager) | 用于安装和管理 Claude Desktop App 的 MCP 服务器的简单 Web UI。 | 社区实现, TypeScript 开发 📇, 云服务 ☁️, MCP 服务器管理 Web UI。 |
| [HenryHaoson/Yuque-MCP-Server](https://github.com/HenryHaoson/Yuque-MCP-Server) | 用于集成语雀 API 的 MCP 服务器,允许 AI 模型管理文档、与知识库交互、搜索内容和访问语雀平台的分析数据。 | 社区实现, TypeScript 开发 📇, 云服务 ☁️, 语雀 API 集成。 |
| [ttommyth/interactive-mcp](https://github.com/ttommyth/interactive-mcp) | 通过在 MCP 循环中直接添加本地用户提示和聊天功能,实现交互式 LLM 工作流。 | 社区实现, TypeScript 开发 📇, 本地运行 🏠, 人机交互工作流。 |
---