GitHub Repository Inspector
БесплатноНе проверенIntegrates with GitHub repositories to enable repository searching, issue management, and pull request handling through authenticated API endpoints that format
Описание
Integrates with GitHub repositories to enable repository searching, issue management, and pull request handling through authenticated API endpoints that format data for easy access within conversations.
README
GitHub MCP Server
A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with GitHub repositories, issues, and pull requests.
Features
- Repository Search: Find GitHub repositories based on search queries
- Issue Management: Get, create, and comment on issues
- Pull Request Handling: View and manage pull requests
- Repository Analysis: Get statistics and insights about repositories
Installation
Prerequisites
- Python 3.8+
- GitHub API token
Steps
Clone this repository:
git clone https://github.com/yourusername/github-mcp-server.git cd github-mcp-serverInstall dependencies:
pip install -r requirements.txtSet up your GitHub token as an environment variable:
export GITHUB_TOKEN=your_github_token_hereRun the server:
python server.py
The server will start running on http://localhost:5000.
Usage
Endpoints
The MCP server provides the following endpoints:
- GET /mcp/discover: Returns available operations and their parameters
- POST /mcp/execute: Executes operations based on provided parameters
Example Requests
Discovery
curl -X GET http://localhost:5000/mcp/discover
Execute Repository Search
curl -X POST http://localhost:5000/mcp/execute \
-H "Content-Type: application/json" \
-d '{
"endpoint": "search_repositories",
"parameters": {
"query": "machine learning"
}
}'
Get Repository Issues
curl -X POST http://localhost:5000/mcp/execute \
-H "Content-Type: application/json" \
-d '{
"endpoint": "get_repo_issues",
"parameters": {
"owner": "openai",
"repo": "whisper"
}
}'
Architecture
The server follows the Model Context Protocol specification to allow AI assistants to:
- Discover available operations
- Execute operations with appropriate parameters
- Process and return results in a structured format
Extending the Server
You can extend this server by:
- Adding new endpoints in the
discover()function - Implementing corresponding handler functions
- Updating the routing in the
execute()function
Security Considerations
- The server uses an API token for authentication with GitHub
- Implement rate limiting to prevent abuse
- Add input validation for all parameters
- Consider implementing OAuth for more secure token management
Demo
See the demo video for a walkthrough of the server's capabilities.
License
MIT License
Contact
For questions or support, please open an issue on this repository.
Установка GitHub Repository Inspector
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jehan26/mcp-inspector-v0.6.0FAQ
GitHub Repository Inspector MCP бесплатный?
Да, GitHub Repository Inspector MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для GitHub Repository Inspector?
Нет, GitHub Repository Inspector работает без API-ключей и переменных окружения.
GitHub Repository Inspector — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить GitHub Repository Inspector в Claude Desktop, Claude Code или Cursor?
Открой GitHub Repository Inspector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare GitHub Repository Inspector with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
