MCP Catalogs
Home

mcp-git-ingest vs gistpad-mcp

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

mcp-git-ingest
by adhikasp
gistpad-mcp
by lostintangent
Stars★ 306★ 192
30d uses
Score4447
Official
Categories
GitHubDeveloper ToolsFile System
GitHubProductivityKnowledge Graph
LanguagePythonTypeScript
Last commit16 mo ago4 mo ago

mcp-git-ingest · Summary

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

gistpad-mcp · Summary

MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.

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

gistpad-mcp · Use cases

  • Managing personal knowledge bases stored as GitHub Gists
  • Creating and tracking daily todos and notes
  • Building and sharing reusable prompts with AI assistants

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

gistpad-mcp · Install

Installation

  1. Install the [GistPad VS Code extension](https://aka.ms/gistpad) for seamless integration
  1. For other MCP clients:

``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<YOUR_PAT>" } } } } ``

  1. Optional: Add flags to enable additional features: --daily, --starred, --archived, --prompts
Comparison generated from public README + GitHub signals. Last updated automatically.