MCP server · operational
GitMCP
Turns any GitHub repository into a documentation MCP server.
GitMCP serves documentation and code search for public GitHub repositories over MCP. The generic /docs endpoint resolves a repo from the request, so one endpoint covers any project.
- endpoint
https://gitmcp.io/docs- auth
- None (public)
- try it
- tested example call
curl -sS -X POST https://gitmcp.io/docs -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- docs.search · code.search
- tags
- github · docs · code-search · repository
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/gitmcp
Agents can discover GitMCP through the Agent Nexus MCP server, /llms.txt or the discovery API.