git-mcp

git-mcp

4.6

git-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of git-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.

GitMCP is a versatile tool designed to enhance AI assistants by providing them with direct access to the latest documentation and code from GitHub repositories. It eliminates the issue of code hallucinations by ensuring that AI tools like Cursor can access accurate and relevant information, even for niche or rapidly changing libraries. GitMCP supports two main configurations: specific repository access for targeted use and a generic server for flexible access across multiple repositories. This tool is particularly beneficial for developers who frequently switch between different projects or work with specialized libraries. GitMCP is cloud-based, requiring no setup, and is open-source, free, and private, ensuring user data is not collected or stored. It supports various AI assistants, including Cursor, Claude Desktop, Windsurf, VSCode, Cline, Highlight AI, and Augment Code, making it a versatile addition to any developer's toolkit.

Features

  • Latest Documentation on ANY GitHub Project: Provides seamless access to project documentation and code with smart search capabilities.
  • No More Hallucinations: Ensures AI assistants provide accurate and relevant answers.
  • Zero Setup: Cloud-based service requiring no downloads or installations.
  • Embedded Chat: Allows direct interaction with repository documentation through an in-browser chat.
  • Open, Free, and Private: Open-source and free to use, with no personal data collection.

Tools

  1. fetch_inspector_documentation

    Fetch entire documentation file from GitHub repository: modelcontextprotocol/inspector. Useful for general questions. Always call this tool first if asked about modelcontextprotocol/inspector.

  2. search_inspector_documentation

    Semantically search within the fetched documentation from GitHub repository: modelcontextprotocol/inspector. Useful for specific queries.

  3. search_inspector_code

    Search for code within the GitHub repository: "modelcontextprotocol/inspector" using the GitHub Search API (exact match). Returns matching files for you to query further if relevant.

  4. fetch_generic_url_content

    Generic tool to fetch content from any absolute URL, respecting robots.txt rules. Use this to retrieve referenced urls (absolute urls) that were mentioned in previously fetched documentation.