Skip to main content
Glama

GitHub Repository MCP Server

get-repo-structure

Retrieve the folder and file structure of any GitHub repository by specifying the owner and repository name to facilitate analysis or integration with AI workflows.

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" }

Other Tools from GitHub Repository MCP Server

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/shanksxz/gh-mcp-server'

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