Skip to main content
Glama

GitHub See MCP Server

by JesusMaster

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

🙏 Danksagungen

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

                  Related MCP Servers

                  • 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 to perform GitHub operations including repository management, file operations, issue tracking, and pull request creation.
                    Last updated -
                    1
                    TypeScript
                  • A
                    security
                    A
                    license
                    A
                    quality
                    Enables AI models to access GitHub repository contents as context, with features to fetch entire repositories, specific file contents, and repository structures for use in AI interactions.
                    Last updated -
                    3
                    2
                    JavaScript
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An advanced Model Context Protocol server that integrates GitHub repositories with Google Gemini AI to provide intelligent code assistance, analysis, and repository management operations.
                    Last updated -
                    Python
                    MIT License

                  View all related MCP servers

                  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