All MCP servers

GitHub

Official
by Api.AirforceStreamable HTTPDeveloper Tools030,558MIT

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

mcpopen-sourcedeveloper-tools

Endpoint

POST https://api.githubcopilot.com/mcp/

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "github-imp585a9": {
      "url": "https://api.githubcopilot.com/mcp/",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}