Back to directory
vipink1203/mcp-github-enterprise

vipink1203/mcp-github-enterprise

@vipink1203

A powerful Model Context Protocol (MCP) server for GitHub Enterprise that enables AI agents to access and manage enterprise users, organizations, and licenses.

githubenterprisemcplicenseuser-managementpythonapidevopstool

Installation & Configuration

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

Information

Transport
stdiosse
Language
Python
Created
2026/6/15
Updated
2026/6/17