Enables management of GitHub Projects programmatically through the Model Context Protocol (MCP) interface.
Sponsored
GitHub Project Manager is an MCP server that allows LLM clients to manage GitHub Projects functionality through standardized tools and resources. It provides tools for managing projects, milestones, sprints, and metrics through GitHub's GraphQL API, while maintaining state and handling errors according to MCP specifications. The server follows Clean Architecture principles with distinct layers for domain, infrastructure, service, and MCP concerns, ensuring a robust and scalable solution for integrating GitHub Projects with LLM-driven workflows.
Key Features
01Create and manage GitHub Projects (v2)
02Manage issues, milestones, and sprints
03Full MCP specification compliance
04GitHub GraphQL API integration
05Standardized tool definitions and resource state management
Use Cases
01Programmatically manage GitHub projects using LLMs
02Automate sprint planning and tracking
03Integrate GitHub projects with MCP-compliant workflows