github-mcp-server
Provides tools for searching GitHub repositories, listing issues, and reading file contents from GitHub repositories.
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-serverSearch for TypeScript MCP server repositories with more than 100 stars."
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
A lightweight Model Context Protocol (MCP) server that exposes three GitHub utility tools to AI agents (such as IBM Bob).
Tools
Tool | Description |
| Search GitHub repos by keyword — returns name, description, URL, stars, forks, language |
| List issues for any public (or accessible private) repo — filter by state and labels |
| Read the raw text of any file in a repo — specify an optional branch/tag/commit ref |
Related MCP server: mcp-github-server
Requirements
Node.js ≥ 20
A GitHub Personal Access Token (PAT) with at least the
public_repo(orrepofor private repos) scope
Installation
git clone https://github.com/kevinshim/github-mcp-server.git
cd github-mcp-server
npm install
npm run buildUsage
Start the server manually (for testing):
GITHUB_TOKEN=ghp_your_token node build/index.jsRegister with IBM Bob
Add the following to your Bob mcp.json (global: ~/.bob/mcp.json, or workspace: .bob/mcp.json):
{
"mcpServers": {
"github-mcp-server": {
"command": "node",
"args": ["/absolute/path/to/github-mcp-server/build/index.js"],
"env": {
"GITHUB_TOKEN": "ghp_your_token_here"
}
}
}
}Replace /absolute/path/to/github-mcp-server with the actual path on your machine.
Example prompts (inside Bob)
Search for TypeScript MCP server repositories with more than 100 stars.
List the open bug issues in IBM/galaxium-travels.
Read the contents of src/index.ts from my-org/my-repo on branch main.Project structure
github-mcp-server/
├── src/
│ └── index.ts # Server implementation
├── build/ # Compiled output (generated by npm run build)
├── package.json
├── tsconfig.json
└── README.mdLicense
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
- -license-qualityAmaintenanceMCP Server for the GitHub API, enabling file operations, repository management, search functionality, and more.128,88689,405MIT
- Flicense-qualityCmaintenanceA simple MCP server that provides repository information (list repos, get repo details) using GitHub's public REST API, without needing any API keys or tokens.
- AlicenseBqualityDmaintenanceMCP (Model Context Protocol) server for GitHub API integration. This server provides comprehensive tools for interacting with GitHub repositories, issues, pull requests, branches, and code search through a unified interface.157MIT
- Flicense-qualityDmaintenanceMCP server for GitHub operations, providing tools for repository management, issues, pull requests, and code search.
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for accessing curated awesome list documentation
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/ibmkevin/github-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server