GitHub MCP Bridge
Integrates Auth0 for OAuth authentication, validating issuer, audience, signature, expiry, and scopes to secure the MCP server.
Provides tools for repository discovery, file reads, branches, atomic multi-file commits, deletions, and pull requests on GitHub repositories allowed by the server's token and allowlist.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GitHub MCP BridgeCreate a new file 'docs/contributing.md' on branch 'docs-update' and commit it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GitHub MCP Bridge
A private, write-capable GitHub MCP server for all repositories allowed by its server-side GitHub token. It supports repository discovery, file reads, branches, atomic multi-file commits, deletions, and pull requests.
Deploy on Render
Put this project in a GitHub repository.
In Render, create a Blueprint from that repository.
render.yamlbuilds the Docker service and prompts for its secrets.Enter:
GITHUB_TOKEN: a GitHub token with the required repository access.AUTH_ISSUER_URL: your Auth0 tenant URL, includinghttps://.
Render supplies the OAuth audience, RESOURCE_SERVER_URL, and permitted
hostname automatically.
The MCP endpoint is https://YOUR_RENDER_HOST/mcp.
Related MCP server: GitHub MCP Server
Configure Auth0
In Auth0:
Create an API whose Identifier is the final Render
/mcpURL.Keep RS256 signing and set that API as the tenant's Default Audience.
Enable Client ID Metadata Document (CIMD) registration.
Import ChatGPT's CIMD URL when ChatGPT shows it during plugin setup.
Allow user-delegated access to the API and use a login method only you can access.
Connect ChatGPT
Create a developer-mode plugin with:
Server URL:
https://YOUR_RENDER_HOST/mcpAuthentication: OAuth
ChatGPT discovers Auth0 from the server and opens the login flow.
Local development
cp .env.example .env
# Add GITHUB_TOKEN and keep MCP_AUTH_ENABLED=false.
docker compose up --build
curl http://127.0.0.1:8000/healthLocal MCP endpoint: http://127.0.0.1:8000/mcp.
Safety defaults
Direct default-branch commits are disabled.
Force pushes are not implemented.
Production OAuth validates issuer, audience, signature, expiry, and scopes.
All repositories accessible to the GitHub token are available by default.
ALLOWED_BRANCH_PREFIXEScan optionally restrict writable branches.File and commit payload sizes are capped.
Use a short-lived GitHub token and start with a disposable repository.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with GitHub repositories through the GitHub API, allowing file operations, repository management, issue tracking, and code search through natural language commands.Last updated33244MIT
- Alicense-quality-maintenanceEnables comprehensive interaction with GitHub repositories, including code management, issues, pull requests, and full GitHub Actions workflow control with triggering, monitoring, and artifact management capabilities.Last updated200
- Flicense-qualityDmaintenanceProvides secure, controlled access to GitHub operations through the Model Context Protocol with enterprise-grade security features including secret detection, vulnerability scanning, rate limiting, and full audit trails. Supports repository management, file operations, branch creation, commits, and GitHub Actions workflows.Last updated
- AlicenseAqualityCmaintenanceEnables interaction with GitHub repositories, issues, pull requests, code search, branches, and GitHub Actions workflows.Last updated8533MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
GitHub Private MCP Pack — access private repos, org data via OAuth.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyclaw6/ChatGPT-mcp-github-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server