Skip to main content
Glama

MCP Git Repo Browser

git_read_important_files

Extract and read specified file contents from any Git repository by providing the repository URL and file paths, enabling quick access to critical files.

Instructions

Read the contents of specified files in a given git repository.

Input Schema

NameRequiredDescriptionDefault
file_pathsYesList of file paths to read (relative to repository root)
repo_urlYesThe URL of the Git repository

Input Schema (JSON Schema)

{ "properties": { "file_paths": { "description": "List of file paths to read (relative to repository root)", "items": { "type": "string" }, "type": "array" }, "repo_url": { "description": "The URL of the Git repository", "type": "string" } }, "required": [ "repo_url", "file_paths" ], "type": "object" }
Install Server

Other Tools from MCP Git Repo Browser

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/razorback16/mcp-git-repo-browser'

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