Skip to main content
Glama

mcp-git-ingest

by adhikasp

github_read_important_files

Clone a GitHub repository and extract the contents of specified files to quickly analyze and understand key components of the codebase.

Instructions

Clone a GitHub repository and read the contents of specified files. Args: repo_url: The URL of the GitHub repository file_paths: List of file paths to read (relative to repository root) Returns: A dictionary mapping file paths to their contents

Input Schema

NameRequiredDescriptionDefault
file_pathsYes
repo_urlYes

Input Schema (JSON Schema)

{ "properties": { "file_paths": { "items": { "type": "string" }, "title": "File Paths", "type": "array" }, "repo_url": { "title": "Repo Url", "type": "string" } }, "required": [ "repo_url", "file_paths" ], "title": "github_read_important_filesArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-git-ingest

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/adhikasp/mcp-git-ingest'

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