github-mcp-lite
Provides tools for interacting with GitHub repositories, including reading files, searching code, managing pull requests, creating issues, and commenting on issues or PRs.
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-litelist open pull requests for my repository"
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-lite
A small Model Context Protocol server for GitHub — nine tools, PAT auth, stdio transport.
The official github/github-mcp-server covers a lot of ground (60+ tools). Handy for org admin and security workflows, but heavy if you mostly read files, scan PRs, and file issues. GitHub's been nudging people toward smaller tool sets for that reason (changelog, notes on token use).
This repo is the opposite end: fixed scope, short tool list, easy to skim before you plug it into an MCP host.
Install
git clone https://github.com/benjimkh/github-mcp-lite.git
cd github-mcp-lite
python3 -m venv .venv
source .venv/bin/activate
pip install -e .Run it:
export GITHUB_TOKEN=ghp_...
github-mcp-liteMCP client config (stdio):
{
"mcpServers": {
"github-mcp-lite": {
"command": "/absolute/path/to/github-mcp-lite/.venv/bin/github-mcp-lite",
"env": {
"GITHUB_TOKEN": "ghp_your_token_here"
}
}
}
}Related MCP server: MCP GitHub CrunchTools
Tools
Tool | What it does |
| Metadata, default branch, visibility, star count |
| Code search ( |
| Read a file or list a directory at a ref |
| Open / closed / all PRs |
| Single PR with merge state and diff stats |
| Open a new issue |
| Comment on an issue or PR thread |
| Issues only (PRs filtered out) |
| Repo search |
No gists, notifications, or org settings — that's intentional.
Benchmark
Ballpark tool/schema footprint vs the official server:
python3 benchmark/measure_schema_size.pyBackground: docs/context-budget-guide.md.
This repo vs official github-mcp-server
github-mcp-lite | official server |
Few repos, everyday PR/issue work | Org admin, security, Dependabot |
Short tool list you can read in a minute | Actions, Projects, Discussions, etc. |
PAT + stdio | Copilot OAuth integration |
License
MIT — see LICENSE. PRs welcome; see CONTRIBUTING.md.
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
- AlicenseCqualityBmaintenanceA production-ready MCP server for GitHub operations, providing tools for repository management, issues, pull requests, and more via both MCP stdio and REST API.Last updated27MIT
- AlicenseAqualityBmaintenanceA secure MCP server for interacting with GitHub issues, pull requests, repository files, and search, supporting both github.com and GitHub Enterprise Server.Last updated11AGPL 3.0
- Alicense-qualityDmaintenanceAn MCP server that provides tools for interacting with the GitHub API, enabling AI assistants to query repositories, pull requests, issues, commits, users, and more.Last updated573ISC
- Alicense-qualityAmaintenanceA minimal MCP server that enables creating GitHub repositories, committing files, and publishing releases using just a personal access token, without Docker or local Git.Last updated2MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
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/benjimkh/github-mcp-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server