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 | — | — |
| Score | 44 | 54 |
| Official | — | — |
| Categories | GitHubDeveloper ToolsFile System | Developer ToolsAI / LLM ToolsGitHub |
| Language | Python | TypeScript |
| Last commit | 16 mo ago | 6 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
- Install with uvx:
uvx --from git+https://github.com/adhikasp/mcp-git-ingest mcp-git-ingest- 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
- Install Shippie via npm:
npx shippie review- To use with Claude Desktop, configure MCP in your config.json:
{
"mcpServers": {
"shippie": {
"command": "npx",
"args": ["shippie", "mcp"]
}
}
}