mcp-github
Read-only GitHub MCP server that lets assistants search and read repositories, issues, pull requests, commits, and file contents, scoped to the user's personal access token.
README
mcp-github
GitHub MCP server for Lume — the first non-built-in plugin in the Lume marketplace, used to validate the third-party plugin flow end to end.
Read-only in v1. Lets the assistant search and read GitHub repos, issues, pull requests, commits, and file contents on the user's behalf, scoped to whatever the user's personal access token can see.
Tools (read-only v1)
| Tool | Purpose |
|---|---|
search_repositories |
Search repos using GitHub query syntax |
search_issues |
Search issues across visible repos |
search_code |
Search code across visible repos |
list_issues |
List issues in a specific repo |
get_issue |
Read full body and metadata of one issue |
list_pull_requests |
List PRs in a specific repo |
get_pull_request |
Read PR body, branches, diff stats |
list_commits |
List recent commits in a repo |
get_file_contents |
Read a file at a path/ref |
Authentication
Per-user model: the api process injects a JSON X-PA-Credentials header on each call; this server reads github_token from it. Falls back to the GITHUB_TOKEN env var only when no header is present (bootstrap admin).
To configure as a Lume user:
- Create a personal access token at https://github.com/settings/tokens. Fine-grained or classic; read-only scopes are sufficient (
repo:read,read:org, etc.). - In Lume → Settings → Plugins → GitHub, paste the token. The server retrieves it on every tool call via the encrypted credential vault.
Running
The plugin is intended to run as a sidecar to the PA-iOS docker-compose stack. To install:
- Clone this repo next to your PA-iOS clone:
git clone https://github.com/bryarpatch36/mcp-github.git - Merge the
compose.fragment.ymlsnippet into yourPA-iOS/docker-compose.yml. docker compose up -d --build mcp-github.- Install the plugin in Lume from Settings → Plugins → Discover.
Manifest
The Lume plugin manifest lives at manifest.json and is fetched by Lume's marketplace catalog from https://raw.githubusercontent.com/bryarpatch36/mcp-github/main/manifest.json.
Roadmap
- v1.0 — read-only (this release)
- v1.1 — issue and PR comments behind Lume's two-phase confirmation protocol
- v1.2 — issue and PR creation behind confirmation
- Forks, branches, merges remain explicitly out of scope; those should run from a real shell, not an LLM tool call.
License
MIT
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.