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 Siehe MCP-Server

Eine serverseitige Implementierung für das GitHub See MCP-Projekt (Model Context Protocol). Dieser Server übernimmt die Kontextverarbeitung und -verwaltung zwischen GitHub-Repositorys und Modellinteraktionen und ermöglicht so die nahtlose Integration von KI-Funktionen in Ihre Codebasis.

🚀 Funktionen

  • Echtzeit-Webhook-Verarbeitung für GitHub-Ereignisse
  • KI-Modellkommunikation über Model Context Protocol (MCP)
  • Ereignisgesteuerte Architektur zur Handhabung von Repository-Aktionen
  • Benutzerdefinierte Konfiguration für die Zuordnung vom Repository zum Modell
  • Sichere Authentifizierung mit GitHub OAuth
  • Detaillierte Protokollierungs- und Überwachungsfunktionen

📋 Voraussetzungen

  • Node.js (v16.x oder höher)
  • MongoDB (v5.0 oder höher)
  • Gültige GitHub OAuth-Anwendungsanmeldeinformationen
  • Kompatible KI-Modellendpunkte

🔧 Installation

Docker verwenden (empfohlen)

  1. Klonen Sie das Repository:
    git clone https://github.com/JesusMaster/github-see-mcp-server.git cd github-see-mcp-server
  2. Erstellen Sie das Docker-Image:
    docker build -t github-see-mcp-server .

🔧 Konfiguration

Der Server kann wie folgt konfiguriert werden:

  1. Umgebungsvariablen
  2. Zur Laufzeit übergebene Docker-Umgebungsvariablen

Für Docker-Bereitstellungen können Sie Konfigurationsoptionen direkt übergeben:

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

📦 Projektstruktur

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

🤝 Beitragen

  1. Forken Sie das Repository
  2. Erstellen Sie Ihren Feature-Zweig ( git checkout -b feature/amazing-feature )
  3. Übernehmen Sie Ihre Änderungen ( git commit -m 'Add some amazing feature' )
  4. Pushen zum Zweig ( git push origin feature/amazing-feature )
  5. Öffnen einer Pull-Anfrage

📜 Lizenz

Dieses Projekt ist unter der MIT-Lizenz lizenziert.

📞 Kontakt

Projektinhaber: JesusMaster

GitHub: @JesusMaster

🙏 Danksagung

-
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.

Eine serverseitige Implementierung, die die Kontextverarbeitung zwischen GitHub-Repositorys und KI-Modellen übernimmt und eine nahtlose Integration von KI-Funktionen in Codebasen über das Model Context Protocol ermöglicht.

  1. 🚀 Funktionen
    1. 📋 Voraussetzungen
      1. 🔧 Installation
        1. Docker verwenden (empfohlen)
      2. 🔧 Konfiguration
        1. 📦 Projektstruktur
          1. 🤝 Beitragen
            1. 📜 Lizenz
              1. 📞 Kontakt
                1. 🙏 Danksagung

                  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