
GitMCP
OfficialProvides AI assistants with real-time access to documentation and source code from any GitHub repository to eliminate code hallucinations and provide accurate programming information.
What it does
- Fetch documentation from GitHub repositories
- Search code across any GitHub project
- Match library names to their repository locations
- Retrieve content from GitHub Pages and documentation URLs
- Search documentation semantically with specific queries
Best for
Tools (5)
Match a library name to an owner/repo. Don't use it if you have an owner and repo already. Use this first if only a library name was provided. If found - you can use owner and repo to call other tools. If not found - try to use the library name directly in other tools.
Fetch documentation for any GitHub repository by providing owner and project name
Semantically search in documentation for any GitHub repository by providing owner, project name, and search query. Useful for specific queries.
Search for code in any GitHub repository by providing owner, project name, and search query. Returns matching files. Supports pagination with 30 results per page.
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.