MCP Catalogs
Home

mcp-git-ingest vs shippie

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

mcp-git-ingest
by adhikasp
shippie
by mattzcarey
Stars★ 306★ 2,356
30d uses
Score4454
Official
Categories
GitHubDeveloper ToolsFile System
Developer ToolsAI / LLM ToolsGitHub
LanguagePythonTypeScript
Last commit16 mo ago6 mo ago

mcp-git-ingest · Summary

A Model Context Protocol server that reads GitHub repository structures and important files.

shippie · Summary

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

mcp-git-ingest · Use cases

  • Analyzing GitHub repositories without cloning them locally
  • Understanding codebase structure before diving into implementation details
  • Extracting specific files from repositories for documentation or analysis purposes

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-git-ingest · Install

Installation

  1. Install with uvx:
uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest
  1. Configure in Claude Desktop:
{
  "mcpServers": {
    "mcp-git-ingest": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"]
    }
  }
}

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.