mcp-github-projects
If you are the rightful owner of mcp-github-projects 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.
An MCP (Model Context Protocol) server that enables AI agents to create and manage Agile Sprint-based projects using GitHub Projects.
The GitHub Projects MCP Server is designed to facilitate the management of Agile Sprint-based projects using GitHub Projects. It leverages the GitHub Projects v2 API to provide comprehensive support for project management tasks. The server allows for the creation, reading, and updating of GitHub issues, as well as fetching repository details. Built with TypeScript, it ensures maximum type safety, making it a reliable tool for developers. The server can be installed via Smithery or manually, and requires a GitHub Personal Access Token with specific permissions to operate. It supports operations such as creating, reading, updating, and deleting GitHub Projects, managing project fields and items, and handling issues and repositories. The server is particularly useful for organizations and users who need to manage projects within GitHub, providing a structured and efficient way to handle project-related tasks.
Features
- GitHub Projects v2 API: Full support for GitHub's GraphQL Projects v2 API.
- GitHub Issues: Create, read, and update GitHub issues.
- GitHub Repositories: Fetch repository details.
- Type Safety: Built with TypeScript for maximum type safety.