plugins marketplace
← All plugins

github

Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.

Claude Code1 MCP serverstreamable-http

by GitHub33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/github/ inside the repository.

Layout

external_plugins/github/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

githubstreamable-http
url
https://api.githubcopilot.com/mcp/

Manifests1

external_plugins/github/.claude-plugin/plugin.json
{
  "name": "github",
  "description": "Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.",
  "author": {
    "name": "GitHub"
  }
}