Skip to main content
Glama

GitHub 查看 MCP 服务器

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

🚀 功能

  • GitHub 事件的实时 webhook 处理

  • 通过模型上下文协议 (MCP) 进行 AI 模型通信

  • 用于处理存储库操作的事件驱动架构

  • 存储库到模型映射的自定义配置

  • 使用 GitHub OAuth 进行安全身份验证

  • 详细的日志记录和监控功能

Related MCP server: GitHub MCP Server

📋 先决条件

  • 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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JesusMaster/github-see-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server