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: GitHub MCP Server Plus
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.
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/benjimkh/github-mcp-lite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server