github_mcp_server

jomejia23/github_mcp_server

3.1

If you are the rightful owner of github_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The GitHub MCP Server facilitates integration between AI models and GitHub repositories using the Model Context Protocol.

The GitHub MCP Server is designed to provide a standardized interface for interacting with GitHub's API through the Model Context Protocol. This server allows for seamless integration between AI models and GitHub repositories, enabling automated management of repositories, issues, pull requests, and more. By leveraging the MCP, developers can create applications that interact with GitHub in a more structured and efficient manner. The server supports authentication via Personal Access Tokens, ensuring secure access to GitHub's features. It is particularly useful for developers looking to automate tasks such as repository management, issue tracking, and file operations within GitHub.

Features

  • GitHub API Integration
  • Authentication using Personal Access Tokens
  • Repository Management
  • Issue and Pull Request Handling
  • File Operations

Usages

npx with Claude Desktop

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

npx with VS Code

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