- Github Mcp Bridge
What is GitHub MCP Bridge?
GitHub MCP Bridge is a server that allows AI agents to query GitHub Enterprise license data using the Model Context Protocol (MCP). It provides secure access to license summaries, user details, organization memberships, and enterprise roles.
How to use GitHub MCP Bridge?
To use the GitHub MCP Bridge, clone the repository, install the required dependencies, configure your GitHub token and enterprise URL, and run the server using either stdio or SSE transport.
Key features of GitHub MCP Bridge?
- License analytics for total vs. consumed seats
- User lookup for organization memberships, roles, and 2FA status
- Pagination support for large enterprises
- Dual transport options: stdio and SSE
- Kubernetes-ready deployment
Use cases of GitHub MCP Bridge?
- Analyzing GitHub Enterprise license usage
- Managing user roles and memberships in organizations
- Integrating AI tools with GitHub for enhanced data access
FAQ from GitHub MCP Bridge?
- What is required to run GitHub MCP Bridge?
You need Python 3.9+, a GitHub Personal Access Token with the appropriate scopes, and a GitHub Enterprise Cloud tenant.
- Can I deploy GitHub MCP Bridge on Kubernetes?
Yes! GitHub MCP Bridge is designed to be Kubernetes-ready for easy deployment.
- How do I configure the server?
You need to set your GitHub token and enterprise URL in the .env file after cloning the repository.