Gitingest-MCP

Gitingest-MCP
Featured

mcp server for gitingest. Contribute to puravparab/Gitingest-MCP development by creating an account on GitHub.

puravparab

Version Control
Visit Server

README

Gitingest-MCP smithery badge

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

  1. 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

  1. Clone the repo

    git clone https://https://github.com/puravparab/Gitingest-MCP
    cd Gitingest-MCP
    
  2. Install dependencies

    uv sync
    
  3. 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"
    			]
    		}
    	}
    }
    
  4. If you have issues, follow this MCP server documentation

Updating the MCP client configuration

  1. 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

  1. Using mcp inspector
    uv run mcp dev src/gitingest_mcp/server.py
    

Recommended Servers

MCP Package Docs Server

MCP Package Docs Server

An MCP server that provides LLMs with efficient access to package documentation across multiple programming languages - sammcj/mcp-package-docs

Featured
Local
TypeScript
Linear MCP Server

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

Featured
JavaScript
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

Featured
JavaScript
JSON Resume MCP Server

JSON Resume MCP Server

The registry mcp server updates your resume while you code - jsonresume/mcp

Official
Local
TypeScript
Cursor MCP Server

Cursor MCP Server

Contribute to Buga-luga/cursor-mcp development by creating an account on GitHub.

Local
TypeScript
Git MCP Server

Git MCP Server

Contribute to Sheshiyer/git-mcp-v2 development by creating an account on GitHub.

Local
TypeScript
IaC Memory MCP Server

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

Local
Python
AI Development Assistant MCP Server

AI Development Assistant MCP Server

MCP Server for Windsurf. Contribute to yeakub108/mcp-server development by creating an account on GitHub.

Local
TypeScript
Git Forensics MCP

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

Local
JavaScript
Git MCP

Git MCP

MCP server for local git repositories. Contribute to kjozsa/git-mcp development by creating an account on GitHub.

Local
Python