Skip to main content
Glama

MCP-Repo2LLM

get_github_repo

Extract and process code from a GitHub repository branch into text format, enabling structured and context-preserving input for LLM analysis and processing.

Instructions

Process and return the code from a GitHub repository branch as text

Input Schema

NameRequiredDescriptionDefault
branchNomaster
repo_urlYes

Input Schema (JSON Schema)

{ "properties": { "branch": { "default": "master", "title": "Branch", "type": "string" }, "repo_url": { "title": "Repo Url", "type": "string" } }, "required": [ "repo_url" ], "title": "get_github_repoArguments", "type": "object" }

Other Tools from MCP-Repo2LLM

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crisschan/mcp-repo2llm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server