MCP Catalogs
Home

shippie vs github-brain

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

shippie
by mattzcarey
github-brain
by wham
Stars★ 2,356★ 75
30d uses
Score5446
Official
Categories
Developer ToolsAI / LLM ToolsGitHub
GitHubDeveloper ToolsAI / LLM Tools
LanguageTypeScriptGo
Last commit6 mo ago3 mo ago

shippie · Summary

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

github-brain · Summary

GitHub Brain MCP server summarizes GitHub discussions, issues, and PRs with local database for fast responses.

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

github-brain · Use cases

  • Summarizing GitHub discussions and pull requests for team meetings
  • Analyzing user contributions in a specific time period
  • Creating efficient reports on GitHub activities without hitting API limits

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

github-brain · Install

npm i -g github-brain

Or with npx:

npx github-brain@latest

MCP Configuration

Claude Desktop

Add to Claude MCP configuration:

{
  "mcpServers": {
    "github-brain": {
      "type": "stdio",
      "command": "github-brain",
      "args": ["mcp"],
      "env": {
        "ORGANIZATION": "your-org"
      }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.