Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by kazuph • DevOps & CI/CD
A server that connects GitHub code repositories to Claude.ai for enhanced context analysis.
Understand and integrate GitHub code repositories into Claude.ai
Analyze specific files or directories within a GitHub repository
Retrieve and explore different branches of a GitHub repository
This MCP server uses the Pera1 service to extract and analyze code from GitHub repositories, enhancing how Claude.ai understands and interacts with GitHub repositories. It allows users to ask Claude to retrieve and analyze specific repositories, directories, files, or branches, providing flexible and focused insights.
Retrieves code from a GitHub repository URL and combines it into a single file. The URL must start with "https://". Query Parameters: - dir: Filter files by directory paths (comma-separated) Example: ?dir=src/components,tests/unit - ext: Filter files by extensions (comma-separated) Example: ?ext=ts,tsx,js - mode: Display mode Example: ?mode=tree (Shows directory structure and README files only) - branch: Specify the branch to fetch from (optional) Example: ?branch=feature/new-feature - file: Specify a single file to retrieve (optional) Example: ?file=src/components/Button.tsx Examples: 1. For GitHub tree URLs with branch: https://github.com/kazuph/pera1/tree/feature/great-branch This URL will be automatically parsed to extract the branch information. 2. For specific directory in a branch: url: https://github.com/modelcontextprotocol/servers dir: src/fetch branch: develop 3. For a single file: url: https://github.com/username/repository file: src/components/Button.tsx 4. For directory structure with README files only: url: https://github.com/username/repository mode: tree The tool will correctly parse the repository structure and fetch the files from the specified branch.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.