Loading...
npx mcp-remote https://gitmcp.io/{owner}/{repo}{
"mcpServers": {
"git-mcp Docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://gitmcp.io/{owner}/{repo}"
]
}
}
}fetch_<repo-name>_documentationRetrieves the primary documentation from a specified GitHub repository.
Read-only access to documentation.
search_<repo-name>_documentationSearches through a repository's documentation based on a specific query.
Read-only search functionality.
fetch_url_contentRetrieves content from URLs mentioned in the documentation.
Read-only access to external content.
search_<repo-name>_codeSearches through the code in the repository using GitHub's code search.
Read-only search functionality.
fetch_generic_documentationRetrieves documentation from a GitHub repository specified dynamically.
Read-only access to documentation.
search_generic_codeSearches through the code in a dynamically specified GitHub repository.
Read-only search functionality.
search_generic_documentationSearches through documentation in a dynamically specified GitHub repository.
Read-only search functionality.
GitMCP is generally safe for accessing public repositories as it only provides read-only access to documentation and code. However, caution should be exercised when using it with private repositories or self-hosting, as vulnerabilities in the repository or the GitMCP instance could lead to information leakage or supply chain attacks.