github-mcp-lite

github-mcp-lite

A lightweight MCP server for GitHub with nine essential tools for reading files, managing pull requests, and creating issues, using personal access token authentication.

Category
Visit Server

README

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-lite

MCP 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"
      }
    }
  }
}

See examples/mcp-client.json.

Tools

Tool What it does
get_repo Metadata, default branch, visibility, star count
search_code Code search (repo:owner/name queries work well)
get_file_contents Read a file or list a directory at a ref
list_pull_requests Open / closed / all PRs
get_pull_request Single PR with merge state and diff stats
create_issue Open a new issue
comment_on_issue Comment on an issue or PR thread
list_issues Issues only (PRs filtered out)
search_repositories 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.py

Background: 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured