GitHub MCP BridgeServer

vipink1203
GitHub
GitHubAI IntegrationEnterprise Management

Loading subscription status...

💡 Description

An MCP server that allows AI agents to safely access and interact with GitHub Enterprise data, providing access to user management, organization details, email retrieval, and license management features.

📝 JSON Entries

{
  "mcpServers": [
    {
      "github-ent": {
        "env": {
          "TRANSPORT": "stdio",
          "GITHUB_TOKEN": "",
          "GITHUB_ENTERPRISE_URL": "https://api.github.com/enterprises/{enterprise_name}"
        },
        "args": [
          "/path/to/main.py"
        ],
        "command": "/path/to/your/venv/python"
      }
    }
  ]
}

🛠️ Tools

list_consumed_licensesget_user_organizationsget_user_enterprise_rolesget_user_detail

Features

  • License analysis
  • User search
  • Pagination for large enterprises
  • Dual transport modes

💬 Example Queries

  • Show me our GitHub Enterprise license summary
  • How many licenses are we currently using?
  • List all consumed GitHub licenses
  • What GitHub orgs does johndoe belong to?
  • Get detailed info about johndoe