Enables management of GitHub Projects programmatically through the Model Context Protocol (MCP) interface.
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.