Integrations
Provides a way to fetch and filter GitHub repository contents, including options to specify file extensions to include or exclude.
UIThub MCP 服务器
模型上下文协议 (MCP) 服务器用于与uithub API交互,它提供了一种获取 GitHub 存储库内容的便捷方法。
该 MCP 服务器允许 Claude 从 GitHub 存储库检索和分析代码,使其成为理解和讨论代码的强大工具。
待办事项
- ✅ 适用于 Claude Desktop 的简单 MCP 服务器
- 也为游标制作 MCP https://docs.cursor.com/context/model-context-protocol
- MCP cline 支持https://github.com/cline/mcp-marketplace
- 在单独的页面上有用于了解如何安装 MCP 的按钮。
- 为 MCP 服务器添加补丁 API
特征
- 使用智能过滤选项检索存储库内容
- 指定要包含或排除的文件扩展名
- 与 Claude Desktop 集成,以自然语言探索存储库
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 uithub-mcp:
Copy
手动安装
npx uithub-mcp init
- 重启克劳德
This server cannot be installed
模型上下文协议服务器,使 Claude 能够通过 uithub API 从 GitHub 存储库检索和分析代码。