GitHub See MCP Server

by JesusMaster

Integrations

  • Supports containerized deployment through Docker, allowing for consistent and isolated runtime environments with configurable parameters.

  • Processes GitHub webhooks and events, providing real-time integration with GitHub repositories, including OAuth authentication and event handling for repository actions.

  • Utilizes MongoDB for data storage and management, supporting the server's context processing capabilities between GitHub repositories and AI models.

GitHub 查看 MCP 服务器

GitHub See MCP(模型上下文协议)项目的服务器端实现。该服务器负责处理 GitHub 存储库与模型交互之间的上下文处理和管理,从而实现 AI 功能与代码库的无缝集成。

🚀 功能

  • GitHub 事件的实时 webhook 处理
  • 通过模型上下文协议 (MCP) 进行 AI 模型通信
  • 用于处理存储库操作的事件驱动架构
  • 存储库到模型映射的自定义配置
  • 使用 GitHub OAuth 进行安全身份验证
  • 详细的日志记录和监控功能

📋 先决条件

  • Node.js(v16.x 或更高版本)
  • MongoDB(v5.0 或更高版本)
  • 有效的 GitHub OAuth 应用程序凭据
  • 兼容的 AI 模型端点

🔧 安装

使用 Docker(推荐)

  1. 克隆存储库:
    git clone https://github.com/JesusMaster/github-see-mcp-server.git cd github-see-mcp-server
  2. 构建 Docker 镜像:
    docker build -t github-see-mcp-server .

🔧 配置

可以使用以下方式配置服务器:

  1. 环境变量
  2. 运行时传递的 Docker 环境变量

对于 Docker 部署,您可以直接传递配置选项:

docker run -d -p 3200:3200 -e GITHUB_TOKEN={YOUR_TOKEN_HERE} -e MCP_SSE_PORT=3200 --name github-see-mcp-server github-see-mcp-server

📦项目结构

github-see-mcp-server/ ├── controllers/ # Request handlers │ ├── github.ts │ └── issues.ts ├── Dockerfile # Production Docker configuration ├── main.ts # Application entry point ├── sse-server.ts # Server-Sent Events handler (if applicable) ├── package.json # Project dependencies ├── pnpm-lock.yaml # PNPM lock file ├── README.md # This file └── tsconfig.json # TypeScript configuration

🤝 贡献

  1. 分叉存储库
  2. 创建你的功能分支( git checkout -b feature/amazing-feature
  3. 提交您的更改( git commit -m 'Add some amazing feature'
  4. 推送到分支( git push origin feature/amazing-feature
  5. 打开拉取请求

📜 许可证

该项目已获得 MIT 许可。

📞 联系方式

项目负责人:JesusMaster

GitHub: @JesusMaster

🙏 致谢

-
security - not tested
F
license - not found
-
quality - not tested

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 功能与代码库的无缝集成。

  1. 🚀 功能
    1. 📋 先决条件
      1. 🔧 安装
        1. 使用 Docker(推荐)
      2. 🔧 配置
        1. 📦项目结构
          1. 🤝 贡献
            1. 📜 许可证
              1. 📞 联系方式
                1. 🙏 致谢

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server that allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol.
                    Last updated -
                    3
                    JavaScript
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A Model Context Protocol server that enables AI agents to retrieve and understand entire codebases at once, providing tools to analyze local workspaces or remote GitHub repositories.
                    Last updated -
                    9
                    TypeScript
                    MIT License
                    • Linux
                    • Apple
                  • A
                    security
                    F
                    license
                    A
                    quality
                    A 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 -
                    1
                    JavaScript
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.
                    Last updated -
                    129
                    Python

                  View all related MCP servers

                  ID: ywuad6ux3c