GitHub See MCP Server
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)
Klonen Sie das Repository:
git clone https://github.com/JesusMaster/github-see-mcp-server.git cd github-see-mcp-serverErstellen Sie das Docker-Image:
docker build -t github-see-mcp-server .
🔧 Konfiguration
Der Server kann wie folgt konfiguriert werden:
Umgebungsvariablen
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
Forken Sie das Repository
Erstellen Sie Ihren Feature-Zweig (
git checkout -b feature/amazing-feature)Übernehmen Sie Ihre Änderungen (
git commit -m 'Add some amazing feature')Pushen zum Zweig (
git push origin feature/amazing-feature)Öffnen einer Pull-Anfrage
📜 Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert.
📞 Kontakt
Projektinhaber: JesusMaster
GitHub: @JesusMaster
🙏 Danksagungen
Alle großartigen Mitwirkenden, die dieses Projekt mitgestaltet haben
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