MCP Catalogs
Home

mcp-github-project-manager vs shippie

Side-by-side comparison to help you pick between these two MCP servers.

mcp-github-project-manager
by kunwarVivek
shippie
by mattzcarey
Stars★ 88★ 2,356
30d uses
Score4654
Official
Categories
GitHubDeveloper ToolsAI / LLM Tools
Developer ToolsAI / LLM ToolsGitHub
LanguageTypeScriptTypeScript
Last commit4 mo ago6 mo ago

mcp-github-project-manager · Summary

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

shippie · Summary

Shippie is an MCP client for code review that integrates AI models into CI/CD pipelines.

mcp-github-project-manager · Use cases

  • AI-assisted project planning with automatic PRD generation from project ideas
  • Automated task breakdown with complexity analysis and effort estimation
  • Requirements traceability management with bidirectional links and impact analysis

shippie · Use cases

  • Automated code review in CI/CD pipelines to catch security issues and bugs early
  • Local code review of staged changes before committing
  • Integration with external tools via MCP for enhanced code analysis capabilities

mcp-github-project-manager · Install

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": []
    }
  }
}

shippie · Install

Installation

  1. Install Shippie via npm:
npx shippie review
  1. To use with Claude Desktop, configure MCP in your config.json:
{
  "mcpServers": {
    "shippie": {
      "command": "npx",
      "args": ["shippie", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.