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 (Model Context Protocol). Этот сервер обрабатывает контекстную обработку и управление между репозиториями GitHub и взаимодействиями моделей, обеспечивая бесшовную интеграцию возможностей ИИ с вашей кодовой базой.

🚀 Особенности

  • Обработка веб-хуков в реальном времени для событий GitHub
  • Коммуникация модели ИИ через протокол контекста модели (MCP)
  • Событийно-управляемая архитектура для обработки действий репозитория
  • Пользовательская конфигурация для сопоставления репозитория и модели
  • Безопасная аутентификация с помощью GitHub OAuth
  • Подробные возможности регистрации и мониторинга

📋 Предварительные условия

  • Node.js (v16.x или выше)
  • MongoDB (v5.0 или выше)
  • Действительные учетные данные приложения GitHub OAuth
  • Совместимые конечные точки модели ИИ

🔧 Установка

Использование 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 и моделями ИИ, обеспечивая бесперебойную интеграцию возможностей ИИ с кодовыми базами через протокол контекста модели.

  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