RepoPilot MCP
RepoPilot MCP
RepoPilot MCP는 작은 Python Model Context Protocol 서버 부트스트랩입니다. 향후 GitHub 저장소 도구를 위한 프로덕션 스타일의 시작점으로 구성되어 있지만, 아직 GitHub API 기능을 구현하지는 않습니다.
포함된 항목
src/패키지 구조uv 호환 의존성이 포함된
pyproject.toml타입이 지정된 환경 설정
mock 단위 테스트가 포함된 격리된 GitHub REST API 클라이언트
프로세스 로깅 설정
디스커버리 확인용 무해한
healthMCP 도구 하나설정 및 MCP 부트스트랩 동작에 대한 pytest 커버리지
.env.example,.gitignore, GitHub Actions CI, MIT 라이선스
Related MCP server: MCP Server - Placeholder Implementation
요구 사항
Python 3.11+
설정
uv sync --dev로컬 구성의 경우 .env.example을 .env로 복사하고 값을 로컬에서 편집하세요. .env나 실제 자격 증명을 커밋하지 마세요. GITHUB_TOKEN은 내부 GitHub REST API 클라이언트에서 사용되며 아직 MCP 도구를 통해 노출되지 않습니다.
개발
테스트 실행:
uv run pytest로컬 검사 모음 실행:
.\scripts\check.ps1MCP Inspector 시작:
.\scripts\dev-inspector.ps1stdio를 통해 서버를 직접 실행:
uv run repopilot-mcp프로젝트 구조
src/repopilot/
__init__.py
config.py
github_client.py
server.py
tests/
test_github_client.py
test_server.py현재 범위
구현됨:
healthMCP 도구환경 변수에서 로드되는 설정 모델
재사용 가능한 GitHub REST API 클라이언트 계층
로깅 부트스트랩
구현되지 않음:
저장소, 파일, 이슈 또는 풀 리퀘스트 도구
쓰기 가능한 GitHub 작업
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