github-mcp-server

WebsyteAI/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.

A Model Context Protocol (MCP) server for GitHub that adds support for creating repositories in organizations.

The GitHub MCP Server with Organization Support is a specialized server designed to facilitate the management of GitHub repositories through the Model Context Protocol. It allows users to create repositories both in personal accounts and within organizations, providing a seamless integration for developers and teams. The server supports various repository management tasks such as searching for repositories, retrieving file contents, and creating or updating files. Additionally, it enables users to push multiple files in a single commit, streamlining the workflow for managing code and documentation. This server is particularly useful for organizations that require a structured and automated approach to repository management, ensuring that all operations are performed efficiently and securely.

Features

  • Create repositories in personal accounts
  • Create repositories in organizations
  • Search repositories
  • Get file contents
  • Create or update files
  • Push multiple files in a single commit

Usages

usage with Cline

{
  "mcpServers": {
    "github.com/websyteai/github-mcp-server": {
      "command": "github-mcp-server",
      "args": [],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-github-token"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}