mcp-github-project-manager
- Version Control
- Developer Tools
Provides comprehensive tools for managing GitHub projects, milestones, tasks, and sprints. This server integrates deeply with GitHub Projects V2, offering features like automated kanban workflows, sprint planning, and custom field management.
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_REPO | Yes | The GitHub repository name. | |
GITHUB_OWNER | Yes | The GitHub repository owner. | |
GITHUB_TOKEN | Yes | Your GitHub Personal Access Token with permissions 'repo' and 'project'. |
GitHub Project Manager MCP
A Model Context Protocol (MCP) server that provides comprehensive tools for managing GitHub projects, milestones, tasks, and sprints. This server integrates deeply with GitHub Projects V2, offering features like automated kanban workflows, sprint planning, and custom field management.
Features
- Project Management
- Create and manage project boards
- Configure automated kanban workflows
- Custom fields and views
- Project status tracking
- Issue Management
- Create and manage issues with priorities
- Assign users and labels
- Link issues to milestones
- Track issue status and progress
- Milestone Management
- Create and track milestones
- Due date management
- Progress tracking
- Overdue milestone alerts
- Sprint Management
- Sprint planning and execution
- Sprint metrics and burndown
- Issue assignment to sprints
- Sprint status tracking
Installation
- Clone the repository:
- Install dependencies:
- Build the server:
Configuration
Set the following environment variables:
GITHUB_TOKEN
: Your GitHub Personal Access TokenGITHUB_OWNER
: The GitHub repository ownerGITHUB_REPO
: The GitHub repository name
The token needs the following permissions:
repo
- Full control of private repositoriesproject
- Full control of organization projects
Testing
The project includes comprehensive test coverage across all layers:
- Run all tests:
- Run tests with coverage:
- Run specific test suites:
- Watch mode for development:
Test Structure
__tests__/unit/
- Unit tests for individual componentsinfrastructure/github/
- Tests for GitHub API integrationservices/
- Tests for business logic layer
__tests__/integration/
- Integration tests for complete workflows__tests__/setup.ts
- Common test setup and mock data
MCP Tools
create_roadmap
Create a comprehensive project roadmap with milestones and tasks.
plan_sprint
Plan a new sprint with selected issues.
get_milestone_metrics
Get progress metrics for a milestone.
get_sprint_metrics
Get metrics for a specific sprint.
Architecture
The server follows Clean Architecture principles with clear separation of concerns:
- Domain Layer: Core business entities and repository interfaces
- Infrastructure Layer: GitHub API integration and repository implementations
- Service Layer: Business logic and coordination between repositories
- MCP Layer: Tool definitions and request handling
Project Structure
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Run tests to ensure everything works (
npm test
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see LICENSE for details.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: