GitHub MCP Server
Provides tools for interacting with the GitHub API, enabling management of repositories, issues, pull requests, commits, and user profiles.
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 ServerShow me my recent GitHub repos"
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 Server β Live Test
A working MCP server that connects to the real GitHub API. This is the same pattern Claude Desktop uses to access your GitHub.
Quick Start (3 commands)
# 1. Install
npm install
# 2. Run with your token
GITHUB_TOKEN=ghp_yourtoken node client.js
# Windows (PowerShell):
$env:GITHUB_TOKEN="ghp_yourtoken"; node client.js
# Windows (CMD):
set GITHUB_TOKEN=ghp_yourtoken && node client.jsRelated MCP server: GitHub MCP Server
What Gets Tested
The client runs 12+ tests across these real GitHub operations:
Step | Tool | What It Does |
1 | (connect) | MCP handshake with server |
2 | (discover) | Find all 8 tools + 2 resources |
3 |
| Get YOUR GitHub profile |
4 |
| List your recent repos |
5 |
| Search GitHub for "mcp server" |
6 |
| Get details on your first repo |
7 |
| Check issues on your repo |
8 |
| Check PRs on your repo |
9 |
| Read README.md from your repo |
10 |
| Show recent commits |
11 | (resources) | Read profile + repos resources |
Get a GitHub Token
Click "Generate new token (classic)"
Name it "MCP Test"
Select scopes:
repo,read:org,read:userClick Generate β Copy the
ghp_...token
Use with Claude Desktop
After testing, add this to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"github": {
"command": "node",
"args": ["/full/path/to/mcp-github-demo/server.js"],
"env": {
"GITHUB_TOKEN": "ghp_yourtoken"
}
}
}
}Then restart Claude Desktop. You'll see the hammer icon π¨. Try asking: "Show me my recent GitHub repos" or "What are the open issues on my project?"
How It Works
You ask Claude: "What are my open issues?"
β
βΌ
ββββββββββββββββββββ
β Claude Desktop β β Host (contains MCP client)
β sees "github" β
β tools available β
β calls list_issuesβ
ββββββββββ¬ββββββββββ
β MCP protocol (JSON-RPC over stdio)
βΌ
ββββββββββββββββββββ
β server.js β β MCP Server (this file!)
β receives request β
β calls GitHub API β
ββββββββββ¬ββββββββββ
β HTTPS
βΌ
ββββββββββββββββββββ
β api.github.com β β External Data Source
β returns issues β
ββββββββββββββββββββ
β
βΌ
Data flows back: GitHub β server.js β Claude β YouThis 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
- 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/MuyleangIng/github_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server