Provides AI assistants with access to browse and read files from specified GitHub repositories using the Model Context Protocol.
Sponsored
GitHub Repository exposes the contents of a GitHub repository to AI assistants via the Model Context Protocol (MCP). It allows AI assistants to list repository contents, navigate directories, and read files. By utilizing a GitHub Personal Access Token, the server authenticates requests to the GitHub API and serves file contents as plain text. This enables AI assistants to analyze and utilize code, documentation, or other files stored in GitHub repositories.
Key Features
01Lists repository contents and navigate directories.
02Serves file contents as plain text.
030 GitHub stars
04Accesses files in a GitHub repository via URI.
05Supports branch-specific file access.
06Implements ListResources and ReadResource MCP endpoints.
Use Cases
01Enabling AI assistants to access and analyze code repositories.
02Allowing AI assistants to browse and understand project structures.
03Providing AI assistants with documentation and configuration files for context.