MCP Catalogs
Home

mcp-github-project-manager

by kunwarVivek·88·Score 46

An MCP server for GitHub project management with AI-powered task generation and requirements traceability.

githubdeveloper-toolsai-llm
24
Forks
7
Open issues
4 mo ago
Last commit
2d ago
Indexed

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:

you:AI-assisted project planning with automatic PRD generation from project ideas
you:Automated task breakdown with complexity analysis and effort estimation
you:Requirements traceability management with bidirectional links and impact analysis
you:What AI providers are supported?
you:What GitHub permissions are required?

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 README
  • generate_prd

    Transform project ideas into comprehensive Product Requirements Documents

  • parse_prd

    Parse PRDs into actionable development tasks with traceability

  • add_feature

    Add new features with automatic impact analysis and task generation

  • analyze_task_complexity

    Analyze task complexity, effort estimation, and risk assessment

  • get_next_task

    Provide AI-powered recommendations for optimal task prioritization

  • expand_task

    Break down complex tasks into manageable subtasks automatically

  • enhance_prd

    Improve existing PRDs with AI-powered gap analysis and improvements

  • create_traceability_matrix

    Create full traceability from PRD business requirements to tasks

  • create_project

    Create a new GitHub project with specified title and description

Comparable tools

github-mcpgit-mcpgithub-cli

Installation

Installation

Option 1: Install from npm (recommended)

npm install -g mcp-github-project-manager

Option 2: Install from source

git clone https://github.com/kunwarVivek/mcp-github-project-manager.git
cd mcp-github-project-mannpm install
npm run build

Set up environment variables

cp .env.example .env
# Edit .env with your GitHub token and details

Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.