mcp-github-projects
The GitHub Projects MCP Server is designed to help AI agents manage Agile Sprint-based projects utilizing GitHub Projects via the GraphQL API. It offers type-safe interactions through TypeScript, enabling operations like issue management and repository data retrieval.
What permissions are required for the GitHub token?
The GitHub token requires permissions such as full control of projects, read access to projects, full control of private repositories, access to commit status, deployment status, public repositories, repository invitations, and read/write security events.
What is the primary use case for this MCP server?
The primary use case is to enable AI agents to automate and manage Agile Sprint-based projects on GitHub, streamlining project management tasks such as handling issues and repositories.
What programming language is used for this server?
The server is built using TypeScript, which provides type safety and robust integration with GitHub's API.
How can I install the server using Smithery?
You can install the server using Smithery by running the command: npx -y @smithery/cli install taylor-lindores-reeves/mcp-github-projects --client claude
.
What operations can be performed on GitHub Projects using this server?
Operations include creating, reading, updating, and deleting GitHub Projects, managing project fields, items, and status updates, converting draft issues to actual issues, and archiving/unarchiving project items.