Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Software DevelopmentAuth: OAuth2.1

GitHub hosted MCP server

Code hosting

GitHub’s hosted MCP server exposes repositories, issues, pull requests, and code search to agents with OAuth-scoped access, so development workflows can read and act on the projects the signed-in user can reach.

Curated by Published Updated

Server description

Repos, issues, and pull requests in your agent’s hands

GitHub’s hosted MCP server exposes repositories, issues, pull requests, and code search to agents with OAuth-scoped access, so development workflows can read and act on the projects the signed-in user can reach.

Directory details

Slug
github
Category
Software Development
Category slug
software-development
Authentication
OAuth2.1
Auth type
oauth

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": {
    "github": {
      "url": "https://api.githubcopilot.com/mcp"
    }
  }
}

Connection links