Software DevelopmentAuth: Open
GitMCP hosted MCP server
Repo docs bridge
GitMCP is an open MCP endpoint that serves documentation and code context for public GitHub repositories, letting agents ground answers in a specific project’s actual docs instead of stale training data.
Curated by Agentic WorkersPublished Updated
Server description
Turn any GitHub repo into an MCP documentation source
GitMCP is an open MCP endpoint that serves documentation and code context for public GitHub repositories, letting agents ground answers in a specific project’s actual docs instead of stale training data.
- Slug
- gitmcp
- Category
- Software Development
- Category slug
- software-development
- Authentication
- Open
- Auth type
- none
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"gitmcp": {
"url": "https://gitmcp.io/docs"
}
}
}