Merge pull request #13 from InsightFactoryAPP/add-roundtable-mcp-server

feat: add Roundtable MCP server
This commit is contained in:
云中江树 2025-10-01 08:14:34 +08:00 committed by GitHub
commit 9251594e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,6 +177,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| [code-sandbox-mcp](https://github.com/Automata-Labs-team/code-sandbox-mcp) | 创建安全的 Docker 容器环境来执行代码。 | 社区实现, Python 开发, Docker 沙盒代码执行。 |
| [ForeverVM](https://github.com/jamsocket/forevervm/tree/main/javascript/mcp-server) | 在代码沙盒中运行 Python 代码。 | 官方实现 (Jamsocket), JavaScript 开发, 代码沙盒。 |
| [Riza](https://github.com/riza-io/riza-mcp) | Riza 提供的任意代码执行和工具使用平台。 | 官方实现 (Riza), Go 开发, 通用代码执行平台。 |
| [Roundtable](https://github.com/askbudi/roundtable) | 统一AI编程助手的零配置MCP服务器专为自主代理开发设计简化多AI工具集成工作流程。 | 社区实现 🌟, Python 开发 🐍, 本地/云端部署 🏠☁️, pip install roundtable-ai |
| [Semgrep](https://github.com/semgrep/mcp) | 让 AI 代理使用 Semgrep 进行代码安全扫描。 (Semgrep 官方) | 官方实现 (Semgrep) 🎖️, TypeScript 开发 📇, 代码安全扫描 ☁️. (注意: 列表有重复, 一个Py一个TS) |
| [ZenML](https://github.com/zenml-io/mcp-zenml) | 与 ZenML MLOps/LLMOps 平台交互,管理机器学习流程。 (ZenML 官方) | 官方实现 (ZenML) 🎖️, Python 开发 🐍, 本地/云端 🏠☁️, MLOps 流程管理。 |
| [vivekVells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) | 使用 Pandoc 进行无缝文档格式转换Markdown, HTML, PDF, DOCX, CSV 等)。 | 社区实现, Python 开发 🐍, 本地运行 🏠, 文档格式转换。 |