easy-mcp-github-tools-python
Easy MCP GitHub Tools Application is a set of tools designed to integrate with GitHub using the Easy MCP server, providing functionalities like branch management, issue tracking, and more.
The Easy MCP GitHub Tools Application is a comprehensive suite of tools designed to enhance the management and interaction with GitHub repositories through the Easy MCP server. This application facilitates a wide range of operations such as branch management, issue tracking, commit history retrieval, file management, and pull request handling. It also supports global searches across GitHub, release management, and secure OAuth authentication. The application is built to streamline the workflow for developers and teams by providing a robust interface to manage GitHub repositories efficiently. Users can authenticate using GitHub's OAuth service, ensuring secure access to their repositories. The application requires setting up an OAuth application on GitHub and configuring the necessary credentials to enable its features. With its extensive list of tools, the Easy MCP GitHub Tools Application is an essential resource for developers looking to optimize their GitHub repository management.
Features
- {'name': 'Branch Management', 'description': 'Easily create and delete branches in your GitHub repositories.'}
- {'name': 'Issue Tracking', 'description': 'Create, update, and delete issues, as well as manage comments on issues.'}
- {'name': 'Commit History', 'description': 'Fetch detailed commit information and commit history for any branch in your repository.'}
- {'name': 'File Management', 'description': 'Create, update, and delete files within your GitHub repositories, including fetching file contents and differences.'}
- {'name': 'Pull Requests', 'description': 'Create and manage pull requests, including merging them into target branches.'}
MCP Tools
- Create Branch: Creates a new branch in a specified GitHub repository based on an existing branch.
- Delete Branch: Deletes a specified branch in a GitHub repository.
- Delete Issue Comment: Deletes a specified comment on an issue in a GitHub repository.
- Get Commit Details: Fetch detailed information for a specific commit from a GitHub repository.
- Get Commits: Fetch commit history from a GitHub repository.
Usage with Different Platforms
installation
bash
git clone https://github.com/ground-creative/easy-mcp-github-tools-python.git app
pip install -r app/requirements.txt
python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
run_server
bash
python3 run.py -s fastapi
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.