Favicon of GitHub Integration MCP

GitHub Integration MCP

Complete GitHub integration providing tools for repository management, issue tracking, pull request operations, code search, and GitHub Actions workflow management.

How to Install MCPs

  1. Visit the MCP repository using the link below
  2. Follow the installation instructions (usually npm install or similar)
  3. Add the MCP configuration to your claude_desktop_config.json
  4. Restart Claude Desktop to load the MCP server
# GitHub Integration MCP

Complete GitHub integration for Claude Code via Model Context Protocol.

## Features

- Repository management
- Issue tracking
- Pull request operations
- Code search
- GitHub Actions workflow management

## Tools Exposed

- create_repository
- create_issue
- create_pull_request
- search_code
- get_file_contents
- push_files
- create_branch

## Installation

```json
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}
```

## Requirements

- Node.js
- GitHub Personal Access Token
Categories:

Share:

Ad
Favicon

 

  
 

Similar to GitHub Integration MCP

Favicon

 

  
  
Favicon

 

  
  
Favicon