Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”„ Version Control
  3. Git MCP
Git MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:32:33 PM

Git MCP

User RatingsBe the first to rate and review this MCP server!
View Repository8.4k GitHub StarsTotal stargazers on GitHub for the source repository (8,379 stars).Visit Website
githubdocumentationcode-searchdeveloper-tools

Connects AI assistants to GitHub repository documentation and code through hosted MCP endpoints.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "idosal-git-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”„ More in Version Control

Overview

The idosal/git-mcp MCP server gives AI assistants access to documentation and code from GitHub repositories through hosted MCP URLs. Use a repository-specific endpoint to keep requests focused, or use the generic endpoint when you need to switch repositories dynamically. It supports documentation retrieval, smart search, and code search, using sources such as llms.txt, generated documentation, or a repository README. Reach for it when an assistant needs current information about a niche, new, or frequently changing GitHub project without local installation.

Use cases

โ€ขQuery a library's current API documentation
โ€ขSearch unfamiliar GitHub project code
โ€ขGround coding answers in a specific repository
โ€ขCompare documentation across changing repositories

Key features

โ€ขRepository-specific MCP endpoints
โ€ขDynamic repository endpoint
โ€ขDocumentation fetching
โ€ขSmart documentation search
โ€ขRepository code search
โ€ขEmbedded documentation chat

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Git MCP.

Extracted Tool Capabilities
Repository-specific MCP endpoints
Dynamic repository endpoint
Documentation fetching
Smart documentation search
Repository code search
Embedded documentation chat

How Git MCP works

What idosal/git-mcp MCP server does

The idosal/git-mcp MCP server turns GitHub repositories and GitHub Pages projects into documentation sources for MCP-compatible AI assistants. It provides repository-specific endpoints such as https://gitmcp.io/{owner}/{repo} and a generic endpoint at https://gitmcp.io/docs.

A repository-specific URL is suited to a known project because the assistant remains focused on that repository. The generic endpoint supports changing repositories between requests; the assistant may ask for, or infer, the repository to use. GitMCP is intended for questions about project documentation, APIs, source code, and implementation examples rather than general Git hosting operations.

How it works

The assistant connects to a GitMCP URL and invokes MCP tools when a prompt requires project information. GitMCP processes the request, retrieves relevant material from the selected GitHub project, and returns it to the assistant for use in its response.

The documented tool capabilities include documentation fetching, smart search, and code search. Supported documentation sources are prioritized as follows:

  1. An llms.txt file, when available.
  2. An AI-oriented version of the project's documentation.
  3. The repository root README.md.

Smart search is designed to locate relevant material without sending unnecessary content to the model. This can help an assistant answer API and coding questions using current project sources rather than relying only on information in its training data.

Setup and configuration

GitMCP is hosted remotely, so the normal setup is to add an MCP URL to the client configuration. No local GitMCP download, account, or signup is described as necessary.

For a fixed repository, replace the owner and repository portions of the URL with the GitHub organization or username and repository name. The generic https://gitmcp.io/docs endpoint can be used when repository selection needs to remain dynamic.

Cursor, Windsurf, and Cline can be configured with the remote URL directly. Claude Desktop uses the documented mcp-remote wrapper with the GitMCP URL as its argument. The README also provides configurations for VSCode, Highlight AI, Augment Code, and Msty AI, although client support and configuration syntax vary by product.

Tools and capabilities

The idosal/git-mcp MCP server supports:

  • Fetching project documentation.
  • Searching documentation with a smart search capability.
  • Searching repository code.
  • Reading information from GitHub repositories or GitHub Pages projects.
  • Providing an embedded browser chat for interacting with a repository's documentation.

The service is described as open source, free to use, and self-hostable. The project also states that it does not collect personal information or store queries.

Limitations and notes

The generic endpoint depends on correctly identifying the intended repository for each request. If the assistant selects the wrong project, a repository-specific endpoint is the safer choice.

The documented scope is retrieval of documentation and code. The provided material does not describe tools for creating commits, changing issues, managing pull requests, or mutating GitHub repositories. GitMCP also depends on the selected project's available documentation sources; projects without llms.txt or dedicated documentation may fall back to the root README.

The hosted service requires network access from the AI client. Self-hosting is available according to the project description, but deployment instructions are not included in the supplied material.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Version Control View all alternatives
  • Github MCP Server logoGithub MCP Server
    Verified

    Official GitHub server for integration with repository management, PRs, issues, and more.

    ๐Ÿ”„ Version Control3 views
    Compare vs Github MCP Server โ†’
  • Npm Package Docs MCP logoNpm Package Docs MCP

    MCP Server that provides up-to-date documentation for npm packages by fetching the latest README doc from the package's GitHub repository or the README.

    ๐Ÿ”„ Version Control1 views
    Compare vs Npm Package Docs MCP โ†’
  • Octocode MCP logoOctocode MCP

    AI-powered developer assistant that enables advanced research, analysis and discovery across GitHub and NPM realms in realtime.

    ๐Ÿ”„ Version Control3 views
    Compare vs Octocode MCP โ†’
  • MCP Git Ingest logoMCP Git Ingest

    Read and analyze GitHub repositories with your LLM

    ๐Ÿ”„ Version Control5 views
    Compare vs MCP Git Ingest โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
8.4k
Stargazers on the source repository.
npm downloads
5.5M
Package downloads in the last 30 days.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Git MCP

No local installation is required for the hosted service. Add a repository-specific GitMCP URL or `https://gitmcp.io/docs` to an MCP-compatible client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGit MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/idosal-git-mcp?style=directory)](https://allmcps.com/mcp/idosal-git-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/idosal-git-mcp"><img src="https://allmcps.com/api/badge/idosal-git-mcp?style=directory" alt="Git MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”„Version Control
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 3, 2026
12/12 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8,379
GitHub Star CountTotal stargazers on GitHub representing community popularity (8,379 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 8, 2026
npm downloads5,544,400/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
49Quality signal: Fair ยท 49/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership7/20
Documentation & tools18/30
Adoption & activity11/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

1 high-severity advisory on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 1High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท mcp-remote (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”„ Version Control โ†’Best MCP servers for Git & Version Control โ†’Alternatives to Git MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code