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 Agentic WorkersPublished 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.
- Slug
- github
- Category
- Software Development
- Category slug
- software-development
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
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.
{
"mcpServers": {
"github": {
"url": "https://api.githubcopilot.com/mcp"
}
}
}