GitHub See MCP Server
GitHub 查看 MCP 服务器
GitHub See MCP(模型上下文协议)项目的服务器端实现。该服务器负责处理 GitHub 存储库与模型交互之间的上下文处理和管理,从而实现 AI 功能与代码库的无缝集成。
🚀 功能
GitHub 事件的实时 webhook 处理
通过模型上下文协议 (MCP) 进行 AI 模型通信
用于处理存储库操作的事件驱动架构
存储库到模型映射的自定义配置
使用 GitHub OAuth 进行安全身份验证
详细的日志记录和监控功能
Related MCP server: CodeAlive MCP
📋 先决条件
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 部署,您可以直接传递配置选项:
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🤝 贡献
分叉存储库
创建你的功能分支(
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.17MIT

CodeAlive MCPofficial
AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.88MIT- FlicenseNot gradedqualityNot gradedmaintenanceModel Context Protocol server that enables interaction with GitHub repositories, issues, pull requests, and search functionality through natural language.1
- -licenseNot gradedqualityNot gradedmaintenanceAn advanced Model Context Protocol server that integrates GitHub repositories with Google Gemini AI to provide intelligent code assistance, analysis, and repository management operations.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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