Skip to main content
Glama

MCP Git Repo Browser

git_directory_structure

Clone a Git repository and visualize its directory structure in a tree format for easy browsing and file organization.

Instructions

Clone a Git repository and return its directory structure in a tree format.

Input Schema

NameRequiredDescriptionDefault
repo_urlYesThe URL of the Git repository

Input Schema (JSON Schema)

{ "properties": { "repo_url": { "description": "The URL of the Git repository", "type": "string" } }, "required": [ "repo_url" ], "type": "object" }

You must be authenticated.

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