ClaudeMap

GitMCP

Turn any GitHub project into an MCP docs hub — no server-side install required.

MCP Serversgithubdocsper-projectno-install

On-demand MCP server that exposes any GitHub repository's docs, source, and issues as MCP resources, scoped to the current project. Useful for grounding Claude in third-party library docs without a per-library server.

What it does

  • Turn any GitHub repository into an MCP docs hub — docs, source, and issues exposed as MCP resources
  • Per-project scope isolation — each repo gets its own context
  • No per-library server deployment needed

When to use it

Point Claude at an unfamiliar library and let it read that library's actual docs and source instead of hallucinating APIs — ideal for onboarding to new dependencies.

Getting started

No install — add the remote URL in your MCP client:
https://gitmcp.io/<owner>/<repo>

Things to know

Docs are served from a third-party remote host (gitmcp.io) and auto-generated, so they can lag the latest release. For private repos, verify what data the remote service can access.

Repository

idosal/git-mcp

Charted

Related on the map

  • Exa MCP

    MCP Server

    Exa's official MCP server — live web search, crawling, and deep research wired into Claude.

    • official
    • search
    • web
    • mcp
  • Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.

    • official
    • chrome
    • debugging
    • browser
  • Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.

    • deploy
    • vercel
    • serverless
    • edge