marioalvial/gh-project-manager-mcp
If you are the rightful owner of gh-project-manager-mcp 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.
A Model Context Protocol server for managing GitHub projects.
The GitHub Project Manager MCP is a server designed to facilitate project management tasks on GitHub. It integrates with the GitHub CLI (`gh`) to streamline operations such as managing issues and pull requests. Future updates aim to include integration with GitHub Projects. The server is containerized using Docker, allowing for easy deployment and execution. It supports semantic versioning, ensuring consistent and predictable updates. The project also includes a suite of integration tests to verify functionality with the GitHub API, ensuring robust error handling and resource management.
Features
- Integration with GitHub CLI for managing issues and pull requests.
- Dockerized deployment for easy setup and execution.
- Semantic versioning for consistent updates.
- Comprehensive integration tests with real GitHub API interactions.
- Future integration with GitHub Projects.
Usages
usage with Cursor
"gh-project-manager": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "GH_TOKEN", "ghcr.io/marioalvial/gh-project-manager-mcp" ], "env": { "GH_TOKEN": "seu_token_github" } }