GitHub Repository icon

GitHub Repository

CreatedMCP-Mirror

Provides AI assistants with access to browse and read files from specified GitHub repositories using the Model Context Protocol.

About

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

  • Lists repository contents and navigate directories.
  • Serves file contents as plain text.
  • 0 GitHub stars
  • Accesses files in a GitHub repository via URI.
  • Supports branch-specific file access.
  • Implements ListResources and ReadResource MCP endpoints.

Use Cases

  • Enabling AI assistants to access and analyze code repositories.
  • Allowing AI assistants to browse and understand project structures.
  • Providing AI assistants with documentation and configuration files for context.