mcp-github-project-manager
by kunwarVivek·★ 88·Score 46
An MCP server for GitHub project management with AI-powered task generation and requirements traceability.
Overview
The MCP GitHub Project Manager provides comprehensive GitHub project management capabilities with advanced AI features. It transforms project ideas into actionable tasks with full end-to-end tracking from business requirements to implementation. The server offers AI-powered task generation, intelligent project planning, and IEEE 830 compliant requirements documentation while maintaining state and handling errors according to MCP specifications.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need AI-powered GitHub project management with complete requirements traceability and are already using GitHub Projects v2.
When NOT to choose this
Avoid if you need a lightweight solution without AI dependencies, or if you're not using GitHub's Project management features (v2).
Tools this server exposes
9 tools extracted from the READMEgenerate_prdTransform project ideas into comprehensive Product Requirements Documents
parse_prdParse PRDs into actionable development tasks with traceability
add_featureAdd new features with automatic impact analysis and task generation
analyze_task_complexityAnalyze task complexity, effort estimation, and risk assessment
get_next_taskProvide AI-powered recommendations for optimal task prioritization
expand_taskBreak down complex tasks into manageable subtasks automatically
enhance_prdImprove existing PRDs with AI-powered gap analysis and improvements
create_traceability_matrixCreate full traceability from PRD business requirements to tasks
create_projectCreate a new GitHub project with specified title and description
Comparable tools
Installation
Installation
Option 1: Install from npm (recommended)
npm install -g mcp-github-project-managerOption 2: Install from source
git clone https://github.com/kunwarVivek/mcp-github-project-manager.git
cd mcp-github-project-mannpm install
npm run buildSet up environment variables
cp .env.example .env
# Edit .env with your GitHub token and detailsClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"github-project-manager": {
"command": "mcp-github-project-manager",
"args": []
}
}
}FAQ
- What AI providers are supported?
- The server supports multiple AI providers: Anthropic Claude (primary), OpenAI GPT, Google Gemini, and Perplexity with automatic fallback capabilities.
- What GitHub permissions are required?
- The GitHub token requires 'repo' (Full repository access), 'project' (Project access), and 'write:org' (Organization access) permissions.
Compare mcp-github-project-manager with
Last updated · Auto-generated from public README + GitHub signals.