GitHub MCP Connector
Allows browsing GitHub repos, issues, PRs, and user profile directly in conversation.
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 ConnectorShow me my recent pull requests"
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.
GitConnect for Claude
A GitHub MCP connector for Claude.ai — browse repos, issues, PRs, create repos, fork projects, and more, all conversationally.
Built with Node.js, Express, and the official MCP SDK. Deployed on Railway with GitHub OAuth 2.1.
What you can ask Claude
"Show me my GitHub repos"
"What are the open issues on my thinbox repo?"
"Any open PRs on github-mcp-connector?"
"Show recent commits on cloudinit-aigen"
"Create a new private repo called my-project"
"Fork anthropics/anthropic-quickstarts for me"
Related MCP server: remote-mcp-oauth-github
Tools
Tool | Description |
| Your GitHub profile and recent activity |
| Your repos sorted by last updated |
| Stats and recent commits for any repo |
| Open/closed PRs for a repo |
| Open/closed issues for a repo |
| Create a new GitHub repository |
| Fork any GitHub repository |
Connect to Claude.ai (use hosted version)
Go to Claude.ai → Customize → Connectors → +
Fill in:
Name:
GitConnect for ClaudeRemote MCP server URL:
https://github-mcp-connector-production.up.railway.app/mcpOAuth Client ID: your GitHub OAuth app Client ID
OAuth Client Secret: your GitHub OAuth app Client Secret
Click Add then Connect
Authorize with your GitHub account
Done ✅
Self-host
1. Create a GitHub OAuth App
Go to GitHub → Settings → Developer settings → OAuth Apps → New OAuth App
Application name:
GitConnect for ClaudeHomepage URL:
https://your-app.up.railway.appAuthorization callback URL:
https://your-app.up.railway.app/oauth/callback
Copy the Client ID and generate a Client Secret.
2. Deploy to Railway
git clone https://github.com/Ahmedaltu/github-mcp-connector
cd github-mcp-connector
railway login
railway init
railway upSet environment variables in Railway dashboard:
GITHUB_CLIENT_ID=your_client_id
GITHUB_CLIENT_SECRET=your_client_secret
BASE_URL=https://your-app.up.railway.app3. Connect in Claude.ai
Follow the same steps above using your own Railway URL.
Stack
Runtime: Node.js + Express
Protocol: MCP SDK (Streamable HTTP transport)
Auth: OAuth 2.1 with PKCE
Deployment: Railway
License
MIT
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
- Alicense-quality-maintenanceConnects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.467
- Alicense-qualityDmaintenanceEnables Claude to authenticate with GitHub OAuth and access tools for user information, calculations, and GitHub repositories.5MIT
- FlicenseAqualityBmaintenanceConnects Claude to GitHub, enabling listing repositories, browsing open pull requests, and inspecting PR diffs for code review.4
- Flicense-qualityCmaintenanceEnables to interact with GitHub repositories directly from Claude, supporting actions like viewing repos, checking status, committing and pushing changes, and managing pull requests.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
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/Ahmedaltu/github-mcp-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server