RepoPilot MCP
RepoPilot MCP
RepoPilot MCP ist ein kleiner Python Model Context Protocol Server-Bootstrap. Er ist als produktionsreifer Ausgangspunkt für zukünftige GitHub-Repository-Tools eingerichtet, implementiert aber noch keine GitHub-API-Funktionalität.
Enthalten
src/-Paketstrukturpyproject.tomlmit uv-kompatiblen Abhängigkeitentypisierte Umgebungskonfiguration
isolierter GitHub-REST-API-Client mit gemockten Unit-Tests
Prozess-Logging-Konfiguration
ein harmloses
health-MCP-Tool für Discovery-Checkspytest-Abdeckung für Konfiguration und MCP-Bootstrap-Verhalten
.env.example,.gitignore, GitHub Actions CI und MIT-Lizenz
Related MCP server: MCP Server - Placeholder Implementation
Voraussetzungen
Python 3.11+
Einrichtung
uv sync --devFür die lokale Konfiguration kopieren Sie .env.example nach .env und bearbeiten Sie die Werte lokal. Committen Sie niemals .env oder echte Anmeldedaten. GITHUB_TOKEN wird vom internen GitHub-REST-API-Client verwendet und ist noch nicht über MCP-Tools verfügbar.
Entwicklung
Tests ausführen:
uv run pytestLokale Check-Suite ausführen:
.\scripts\check.ps1MCP Inspector starten:
.\scripts\dev-inspector.ps1Server direkt über stdio ausführen:
uv run repopilot-mcpProjektstruktur
src/repopilot/
__init__.py
config.py
github_client.py
server.py
tests/
test_github_client.py
test_server.pyAktueller Umfang
Implementiert:
health-MCP-ToolEinstellungsmodell, das aus Umgebungsvariablen geladen wird
wiederverwendbare GitHub-REST-API-Client-Schicht
Logging-Bootstrap
Nicht implementiert:
Repository-, Datei-, Issue- oder Pull-Request-Tools
schreibfähige GitHub-Operationen
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA production-ready Python template for building MCP servers with enterprise features including registry integration, configuration management, structured logging, and extensible patterns for tools, resources, and prompts.MIT
- Flicense-qualityDmaintenanceAn MCP server implementation in Python with placeholder tools, deployable to Azure Web App via GitHub Actions. Supports STDIO, HTTP REST, and WebSocket interfaces.
- AlicenseCqualityBmaintenanceA production-ready MCP server for GitHub operations, providing tools for repository management, issues, pull requests, and more via both MCP stdio and REST API.27MIT
- AlicenseAqualityBmaintenanceAn MCP server that provides operational tooling over the GitHub API — issue triage, PR review monitoring, repo health audits, and team access reviews.111MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
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/ompatelz/Omi-GithubMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server