Gitingest-MCP

git_tree

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