Skip to content
GitHub (Official)

GitHub (Official)

Free

by MCP Community

Repository management, file operations, and GitHub API integration for AI assistants.

v1.2.0Added Nov 15, 2024
githubgitrepositorycode-review
Works with:ClaudeGPTGeminiCopilot

GitHub MCP Server

Repository management, file operations, and GitHub API integration for AI assistants.

Features

  • Repository Management — Create, fork, and manage repositories
  • File Operations — Read, create, and update files
  • Issue & PR Management
  • Code Search across GitHub
  • Branch Management

Installation

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-github
Add to claude_desktop_config.json
{
  "mcpServers": {
    "github-(official)": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"]
    }
  }
}