Skip to main content
Glama
ompatelz

RepoPilot MCP

by ompatelz

RepoPilot MCP

RepoPilot MCP는 작은 Python Model Context Protocol 서버 부트스트랩입니다. 향후 GitHub 저장소 도구를 위한 프로덕션 스타일의 시작점으로 구성되어 있지만, 아직 GitHub API 기능을 구현하지는 않습니다.

포함된 항목

  • src/ 패키지 구조

  • uv 호환 의존성이 포함된 pyproject.toml

  • 타입이 지정된 환경 설정

  • mock 단위 테스트가 포함된 격리된 GitHub REST API 클라이언트

  • 프로세스 로깅 설정

  • 디스커버리 확인용 무해한 health MCP 도구 하나

  • 설정 및 MCP 부트스트랩 동작에 대한 pytest 커버리지

  • .env.example, .gitignore, GitHub Actions CI, MIT 라이선스

Related MCP server: MCP Server - Placeholder Implementation

요구 사항

  • Python 3.11+

  • uv

설정

uv sync --dev

로컬 구성의 경우 .env.example.env로 복사하고 값을 로컬에서 편집하세요. .env나 실제 자격 증명을 커밋하지 마세요. GITHUB_TOKEN은 내부 GitHub REST API 클라이언트에서 사용되며 아직 MCP 도구를 통해 노출되지 않습니다.

개발

테스트 실행:

uv run pytest

로컬 검사 모음 실행:

.\scripts\check.ps1

MCP Inspector 시작:

.\scripts\dev-inspector.ps1

stdio를 통해 서버를 직접 실행:

uv run repopilot-mcp

프로젝트 구조

src/repopilot/
  __init__.py
  config.py
  github_client.py
  server.py
tests/
  test_github_client.py
  test_server.py

현재 범위

구현됨:

  • health MCP 도구

  • 환경 변수에서 로드되는 설정 모델

  • 재사용 가능한 GitHub REST API 클라이언트 계층

  • 로깅 부트스트랩

구현되지 않음:

  • 저장소, 파일, 이슈 또는 풀 리퀘스트 도구

  • 쓰기 가능한 GitHub 작업

Install Server
A
license - permissive license
B
quality
C
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.

Tools

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A 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
  • A
    license
    C
    quality
    B
    maintenance
    A production-ready MCP server for GitHub operations, providing tools for repository management, issues, pull requests, and more via both MCP stdio and REST API.
    27
    MIT

View all related MCP servers

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.

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/ompatelz/Omi-GithubMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server