@kazuph/mcp-github-pera1
by kazuph
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
url | Yes | GitHub repository URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
github_get_code | Retrieves code from a GitHub repository URL and combines it into a single file. The URL must start with "https://". Query Parameters:
Examples:
The tool will correctly parse the repository structure and fetch the files from the specified branch. |