Loading...

GitMCP provides AI assistants with access to GitHub repository documentation and code, reducing hallucinations and improving code accuracy.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
GitMCP provides AI assistants with access to GitHub repository documentation and code, reducing hallucinations and improving code accuracy.
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.
Performance depends on the size of the repository and the complexity of the search queries. Large repositories may result in slower response times.
GitMCP is free to use, but excessive requests may incur costs related to API usage or resource consumption if self-hosted.
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.
None
cloud
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.
GitMCP provides read-only access to documentation and code, limiting the scope of autonomous actions to information retrieval.
Production Tip
Monitor the frequency of requests to avoid overloading the GitMCP server or the target GitHub repository.
Yes, GitMCP is free to use for accessing public repositories.
No, GitMCP does not store user queries or personal information.
Yes, but you need to ensure proper access controls are in place to prevent information leakage.
GitMCP is open-source, and you can self-host it by following the instructions in the repository.
GitMCP accesses the latest documentation from the source, but the accuracy depends on the repository's maintenance.
GitMCP is compatible with AI assistants that support the Model Context Protocol (MCP), such as Cursor, Claude, Windsurf, VS Code (Copilot), Cline, Highlight AI, Augment Code, and Msty AI.
By providing AI assistants with direct access to the latest documentation and code, GitMCP reduces the likelihood of generating inaccurate or fabricated information.