GitHub Repository MCP Server

get-repo-structure

Extract the directory and file structure of a GitHub repository by specifying the owner and repository name, enabling efficient navigation and analysis of repository contents.

Instructions

Get the structure of a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesGitHub repository owner/organization name
repoYesGitHub repository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "GitHub repository owner/organization name", "type": "string" }, "repo": { "description": "GitHub repository name", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Repository MCP Server

Related Tools

ID: ncc1bjxpdm