GitMCP
A free remote MCP server that turns any GitHub repository or Pages site into documentation for your AI tools.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Giving an assistant up-to-date docs for a library it has never seen, with nothing to install.
About GitMCP
GitMCP is a free, open-source remote MCP server that exposes the documentation and code of any public GitHub repository or GitHub Pages site to AI assistants. Point a client at gitmcp.io/{owner}/{repo} for a fixed project, or at the generic gitmcp.io/docs endpoint to reach any repository, with no local install.
GitMCP is an open-source project written primarily in TypeScript, with 8.4k stars on GitHub. It was last updated in May 2026.
Add GitMCP to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http gitmcp https://gitmcp.io/docsCursor
{
"mcpServers": {
"gitmcp": {
"url": "https://gitmcp.io/docs"
}
}
}VS Code
{
"servers": {
"gitmcp": {
"type": "http",
"url": "https://gitmcp.io/docs"
}
}
}Codex
codex mcp add gitmcp --url https://gitmcp.io/docsGitMCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| GitMCPthis listing | 8.4k | TypeScript | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
