github-manager MCP ServerServer

wheelhousedev
GitHub
GitHubDevelopmentAPI Management

Loading subscription status...

💡 Description

This TypeScript-based MCP server enables users to manage GitHub organizations, repositories, and collaborators through the GitHub API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "github-manager": {
        "env": {
          "GITHUB_TOKEN": "your_github_token_here"
        },
        "args": [],
        "command": "/path/to/github-manager/build/index.js"
      }
    }
  ]
}

🛠️ Tools

list_orgslist_reposcreate_repoadd_collaboratorupdate_repo_settings

Features

  • Manage GitHub organizations
  • List repositories
  • Create repositories
  • Add collaborators
  • Update repository settings

💬 Example Queries

  • List the organizations I belong to on GitHub
  • Create a new repository in my organization
  • Add a collaborator to an existing repository