easy-mcp-github-tools-python

easy-mcp-github-tools-python

3.5

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