Skip to main content
Glama

Gitingest-MCP

by puravparab

git_tree

Extract and visualize the directory structure of a GitHub repository by specifying the owner, repository name, and optional branch for clear project navigation.

Instructions

Get the tree structure of a GitHub repository Args: owner: The GitHub organization or username repo: The repository name branch: Optional branch name (default: None)

Input Schema

NameRequiredDescriptionDefault
branchNo
ownerYes
repoYes

Input Schema (JSON Schema)

{ "properties": { "branch": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Branch" }, "owner": { "title": "Owner", "type": "string" }, "repo": { "title": "Repo", "type": "string" } }, "required": [ "owner", "repo" ], "title": "git_treeArguments", "type": "object" }

You must be authenticated.

Other Tools from Gitingest-MCP

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/puravparab/Gitingest-MCP'

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