ghcontext: Supercharge Your LLMs with Real-time GitHub Context
@MarcoMuellner
About ghcontext: Supercharge Your LLMs with Real-time GitHub Context
An MCP server providing real-time GitHub data to LLMs, enhancing their software development capabilities.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ghcontext": {
"command": "npx",
"args": [
"ghcontext",
"--GITHUB_TOKEN",
"your_github_token"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ghcontext?
ghcontext is an MCP (Model Context Protocol) server that bridges GitHub and large language models, giving AI assistants real-time access to repository information – including private repos – via the standardized MCP protocol. It is designed for developers who want their LLMs to have accurate, up-to-date knowledge of codebases.
How to use ghcontext?
Install and run via npx ghcontext --GITHUB_TOKEN your_github_token or globally with npm install -g ghcontext then ghcontext --GITHUB_TOKEN your_github_token. After starting, connect your MCP‑compatible LLM to http://localhost:3000/api/mcp. The server exposes tools such as get-repository-info, get-repository-readme, and get-repository-api-docs.
Key features of ghcontext
- API documentation extraction from READMEs and doc files
- Repository structure analysis for a codebase map
- README content retrieval directly from GitHub
- File content search for specific files or snippets
- Repository search to discover matching repositories
- Intelligent caching to reduce API calls while keeping info fresh
Use cases of ghcontext
- Providing LLMs with the latest API docs and READMEs for any repository
- Helping AI assistants understand private repository structure and design principles
- Keeping AI assistants informed about recent changes and updates in a codebase
- Assisting with code review by fetching current file contents and architecture
FAQ from ghcontext
Does ghcontext require authentication?
Yes. A GitHub token is mandatory; you are responsible for managing it securely and should grant only the scopes needed (e.g., public_repo for public repos only).
Can ghcontext access private repositories?
Yes, provided the GitHub token has the necessary scopes to read those private repos.
What tools does ghcontext expose?
It provides tools such as get-repository-info, get-repository-readme, get-repository-api-docs, search-repository-files, and get-file-content.
How does ghcontext integrate with LLMs?
It uses the standard MCP protocol, so any MCP‑enabled model (including Claude and GPT) can connect to its HTTP endpoint.
Does ghcontext cache GitHub API responses?
Yes, an intelligent caching system improves performance and reduces API load while keeping information fresh.
More Version Control MCP servers
Github Mcp Server
githubGitHub's official MCP Server
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
GitLab MCP Server
yoda-digitalProduction-grade GitLab MCP server with 86 tools — full GitLab control from any AI agent (Claude, Cursor, Zed).

Github
modelcontextprotocolModel Context Protocol Servers
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Comments