git-mcp

DanielAlfasi-RecoLabs/git-mcp

3.1

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 remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.

Tools

Functions exposed to the LLM to take actions

fetch_<repo-name>_documentation

Retrieves the primary documentation from a GitHub repository.

search_<repo-name>_documentation

Allows the AI to search through a repository's documentation with a specific query.

fetch_url_content

Retrieves content from links mentioned in the documentation.

search_<repo-name>_code

Searches through the actual code in the repository using GitHub's code search.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources