Skip to main content
Glama

MCP-Repo2LLM

get_gitlab_repo

Extract and process code from a GitLab repository branch, converting it into a text format optimized for LLM input while preserving structure and context.

Instructions

Process and return the code from a GitLab 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_gitlab_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