Skip to main content
Glama
JesusMaster

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

Related MCP server: CodeAlive MCP

📋 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

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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