MCP Catalogs
Home

mcp-git-ingest vs octocode-mcp

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

mcp-git-ingest
by adhikasp
octocode-mcp
by bgauryy
Stars★ 306★ 832
30d uses
Score4452
Official
Categories
GitHubDeveloper ToolsFile System
Developer ToolsAI / LLM ToolsGitHub
LanguagePythonTypeScript
Last commit16 mo agothis month

mcp-git-ingest · Summary

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

octocode-mcp · Summary

MCP server for semantic code research across GitHub/GitLab and local repositories with advanced LSP integration.

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

octocode-mcp · Use cases

  • Code exploration and pattern matching across public and private repositories
  • Advanced code analysis and documentation generation using AST and dependency graphs
  • Pull request review with LSP flow tracing across multiple domains

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

octocode-mcp · Install

Installation

Recommended: Octocode CLI

npx octocode-cli install

Manual MCP Configuration

Add to your MCP configuration file:

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": ["octocode-mcp@latest"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.