RepoPilot MCP
RepoPilot MCP
RepoPilot MCP は、小さな Python Model Context Protocol サーバーのブートストラップです。将来の GitHub リポジトリツールのための本番環境向けの出発点として設定されていますが、まだ GitHub API 機能は実装されていません。
含まれるもの
src/パッケージレイアウトuv 互換の依存関係を持つ
pyproject.toml型付き環境設定
モック化されたユニットテストを備えた分離された 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