Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Gitingest-MCP
Claim
by
puravparab
GitHub
Version Control
Python
MIT License
8
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
git_files
Copy
Get the content of specific files from a GitHub repository Args: owner: The GitHub organization or username repo: The repository name file_paths: List of paths to files within the repository branch: Optional branch name (default: None)
Input Schema
Name
Required
Description
Default
branch
No
file_paths
Yes
owner
Yes
repo
Yes
Input Schema (JSON Schema)
{ "properties": { "branch": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Branch" }, "file_paths": { "items": { "type": "string" }, "title": "File Paths", "type": "array" }, "owner": { "title": "Owner", "type": "string" }, "repo": { "title": "Repo", "type": "string" } }, "required": [ "owner", "repo", "file_paths" ], "title": "git_filesArguments", "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
git_summary
git_tree
git_files