github-mcp-server
If you are the rightful owner of github-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides tools for managing GitHub repositories and task management.
GitHub MCP Server
A Model Context Protocol (MCP) server that provides tools for managing GitHub repositories and task management.
Features
GitHub Integration
- Create and manage issues
- Handle pull requests
- Work with repositories
Task Management
- Create and organize tasks with priorities
- Track dependencies between tasks
- Mark tasks as complete
- Get the next highest priority task to work on
Recent Updates
- Fixed dependency handling in the getNextTask function
- Improved task parsing for better reliability
- Added robust error handling
Setup
- Clone this repository
- Install dependencies with
npm install
orpnpm install
- Set up your GitHub token in the
.env
file - Run the server with
npm start
Documentation
See the docs
directory for detailed information on each feature.