loglmhq_mcp-server-github-repo
If you are the rightful owner of loglmhq_mcp-server-github-repo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that provides access to GitHub repository contents, allowing AI assistants to browse and read files from specified GitHub repositories.
The MCP GitHub Repository Server is designed to facilitate access to the contents of GitHub repositories through a Model Context Protocol (MCP) server. This server allows AI assistants to interact with GitHub repositories by browsing and reading files, supporting branch-specific access, and serving file contents as plain text. It is particularly useful for applications that require programmatic access to repository data, such as AI models that need to analyze code or documentation stored in GitHub. The server is configured using environment variables and requires a GitHub Personal Access Token for authentication. It supports listing resources, reading specific files, and includes error handling for common issues such as authentication failures and invalid paths.
Features
- Access any file in a GitHub repository via URI
- List repository contents and navigate directories
- Support for branch-specific file access
- File contents are served as plain text
- Error handling for authentication and path issues