git-mcp
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.
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.
Try it
Result:
search_inspector_documentation
Semantically search within the fetched documentation from GitHub repository: modelcontextprotocol/inspector. Useful for specific queries.
Try it
Result:
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.
Try it
Result:
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.