GitHub 查看 MCP 服务器
GitHub See MCP(模型上下文协议)项目的服务器端实现。该服务器负责处理 GitHub 存储库与模型交互之间的上下文处理和管理,从而实现 AI 功能与代码库的无缝集成。
🚀 功能
GitHub 事件的实时 webhook 处理
通过模型上下文协议 (MCP) 进行 AI 模型通信
用于处理存储库操作的事件驱动架构
存储库到模型映射的自定义配置
使用 GitHub OAuth 进行安全身份验证
详细的日志记录和监控功能
📋 先决条件
Node.js(v16.x 或更高版本)
MongoDB(v5.0 或更高版本)
有效的 GitHub OAuth 应用程序凭据
兼容的 AI 模型端点
🔧 安装
使用 Docker(推荐)
克隆存储库:
git clone https://github.com/JesusMaster/github-see-mcp-server.git cd github-see-mcp-server构建 Docker 镜像:
docker build -t github-see-mcp-server .
🔧 配置
可以使用以下方式配置服务器:
环境变量
运行时传递的 Docker 环境变量
对于 Docker 部署,您可以直接传递配置选项:
📦项目结构
🤝 贡献
分叉存储库
创建你的功能分支(
git checkout -b feature/amazing-feature
)提交您的更改(
git commit -m 'Add some amazing feature'
)推送到分支(
git push origin feature/amazing-feature
)打开拉取请求
📜 许可证
该项目已获得 MIT 许可。
📞 联系方式
项目负责人:JesusMaster
GitHub: @JesusMaster
🙏 致谢
所有为这个项目做出贡献的杰出贡献者
This server cannot be installed
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.
处理 GitHub 存储库和 AI 模型之间的上下文处理的服务器端实现,通过模型上下文协议实现 AI 功能与代码库的无缝集成。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to interact with GitHub's API, allowing for repository creation and management with descriptions, topics, and website URLs through natural language commands.Last updated -
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to perform GitHub operations including repository management, file operations, issue tracking, and pull request creation.Last updated -1
- AsecurityAlicenseAqualityEnables AI models to access GitHub repository contents as context, with features to fetch entire repositories, specific file contents, and repository structures for use in AI interactions.Last updated -32MIT License
- -securityAlicense-qualityAn advanced Model Context Protocol server that integrates GitHub repositories with Google Gemini AI to provide intelligent code assistance, analysis, and repository management operations.Last updated -MIT License