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: GitHub MCP Server
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.
Latest Blog Posts
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