idosal/git-mcp

Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 58 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 29th, 2025
Open Issues & Pull Requests: 79 (+0)
GitHub issues: Enabled
Number of forks: 741
Total Stargazers: 8,379 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.7 hours
Mean response time: 13.7 days
90th percentile: 42.7 days
Tracked items: 52

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 57
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 329 days
Stale 30+ days: 55
Stale 90+ days: 51

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (9)
  • good first issue (4)
  • bug (2)
  • documentation (1)

Most active issues this week

Detailed Description

GitMCP is a remote Model Context Protocol server that connects AI tools to GitHub repositories for real-time documentation and code access.

The tool addresses code hallucinations in AI assistants by providing direct access to up-to-date documentation and source code from any GitHub project. Rather than relying on training data that may be outdated or incomplete, GitMCP acts as a bridge between AI tools like Cursor and Claude and live GitHub repositories. It includes smart search capabilities designed to retrieve relevant information efficiently without consuming excessive tokens. The service operates entirely in the cloud with zero setup required—developers simply add a GitMCP URL as an MCP server in their IDE.

GitMCP offers two deployment modes suited to different workflows. The specific repository flavor targets a single project, ensuring the AI assistant always accesses the correct codebase and enhancing security by preventing unintended repository access. The generic server mode provides flexibility for developers who frequently switch between multiple repositories, though it relies on the AI correctly identifying which repository to query for each request. This tool is particularly valuable for teams working with niche libraries, rapidly evolving projects, or frameworks released after an AI model's training cutoff. The project is open-source, free to use, collects no personal information, and can be self-hosted for those preferring local deployment.

The project maintains active development with regular updates to support new GitHub projects and improve search accuracy. The codebase is written in TypeScript and development appears focused on expanding compatibility across different AI tools and IDEs while refining the token efficiency of documentation retrieval.