Gitingest-MCP Featured
mcp server for gitingest. Contribute to puravparab/Gitingest-MCP development by creating an account on GitHub.
puravparab
README
Gitingest-MCP 
An MCP server for gitingest. This allows MCP clients like Claude Desktop, Cline, Cursor, etc to quickly extract information about Github repositories including
- Repository summaries
- Project directory structure
- File content
<a href="https://glama.ai/mcp/servers/g0dylqhn3h"> <img width="380" height="200" src="https://glama.ai/mcp/servers/g0dylqhn3h/badge" alt="Gitingest-MCP MCP server" /> </a>
https://github.com/user-attachments/assets/c1fa596b-a70b-4d37-91d9-ea5e80284793
Table of Contents
Installation
Installing via Smithery
-
To install gitingest-mcp via Smithery:
npx -y @smithery/cli install @puravparab/gitingest-mcp --client claude
Install via Github
-
Add this to the MCP client config file
{ "mcpServers": { "gitingest-mcp": { "command": "<path to uv>/uvx", "args": [ "--from", "git+https://github.com/puravparab/gitingest-mcp", "gitingest-mcp" ] } } }
Installing Repo Manually
-
Clone the repo
git clone https://https://github.com/puravparab/Gitingest-MCP cd Gitingest-MCP
-
Install dependencies
uv sync
-
Add this to the MCP client config file
{ "mcpServers": { "gitingest": { "command": "<path to uv>/uv", "args": [ "run", "--with", "mcp[cli]", "--with-editable", "<path to gitingest-mcp project>/gitingest_mcp", "mcp", "run", "<path to gitingest-mcp project>/gitingest-mcp/src/gitingest_mcp/server.py" ] } } }
-
If you have issues, follow this MCP server documentation
Updating the MCP client configuration
-
Add to Claude Desktop
Open config file in your IDE
cursor ~/Library/Application\ Support/Claude/claude_desktop_config.json
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Debug
- Using mcp inspector
uv run mcp dev src/gitingest_mcp/server.py
Recommended Servers
MCP Package Docs Server
An MCP server that provides LLMs with efficient access to package documentation across multiple programming languages - sammcj/mcp-package-docs

Linear MCP Server
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear. - jerhadf/linear-mcp-server
Linear MCP Server
MCP server for Linear (https://linear.app), forked from ibraheem4/linear-mcp (https://github.com/ibraheem4/linear-mcp) - tiovikram/linear-mcp
JSON Resume MCP Server
The registry mcp server updates your resume while you code - jsonresume/mcp
Cursor MCP Server
Contribute to Buga-luga/cursor-mcp development by creating an account on GitHub.

Git MCP Server
Contribute to Sheshiyer/git-mcp-v2 development by creating an account on GitHub.
IaC Memory MCP Server
This is a personal project to determine whether or not Claude 3.5 Sonnet can write moderately complex MCP Server code (Python). - AgentWong/iac-memory-mcp-server-project
AI Development Assistant MCP Server
MCP Server for Windsurf. Contribute to yeakub108/mcp-server development by creating an account on GitHub.
Git Forensics MCP
An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operation. - davidorex/git-forensics-mcp
Git MCP
MCP server for local git repositories. Contribute to kjozsa/git-mcp development by creating an account on GitHub.