GitHub See MCP Server
GitHub См. MCP-сервер
Реализация на стороне сервера для проекта GitHub See MCP (Model Context Protocol). Этот сервер обрабатывает контекстную обработку и управление между репозиториями GitHub и взаимодействиями моделей, обеспечивая бесшовную интеграцию возможностей ИИ с вашей кодовой базой.
🚀 Особенности
Обработка веб-хуков в реальном времени для событий GitHub
Коммуникация модели ИИ через протокол контекста модели (MCP)
Событийно-управляемая архитектура для обработки действий репозитория
Пользовательская конфигурация для сопоставления репозитория и модели
Безопасная аутентификация с помощью GitHub OAuth
Подробные возможности регистрации и мониторинга
Related MCP server: CodeAlive MCP
📋 Предварительные условия
Node.js (v16.x или выше)
MongoDB (v5.0 или выше)
Действительные учетные данные приложения GitHub OAuth
Совместимые конечные точки модели ИИ
🔧 Установка
Использование 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