Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
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 Published 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.

Directory details

Slug
gitmcp
Category
Software Development
Category slug
software-development
Authentication
Open
Auth type
none

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.

Use with your agent
{
  "mcpServers": {
    "gitmcp": {
      "url": "https://gitmcp.io/docs"
    }
  }
}

Connection links