github-mcp-server
0
This project is a Model Context Protocol server designed for managing GitHub repositories and task management. It offers features for creating issues, handling pull requests, and organizing task priorities, with recent improvements in task parsing and error handling.
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 or pnpm 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.