Skip to main content
Glama

github-repo-mcp_getRepoAllDirectories

Retrieve all directory structures from a GitHub repository to analyze code organization and file hierarchy for research or development projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoUrlYesThe URL of the Github repo

Implementation Reference

  • Conditional registration of the external 'github-repo-mcp' MCP server backend via stdio proxy using npx. This server provides GitHub repository tools, including 'github-repo-mcp_getRepoAllDirectories'.
    if _str_to_bool(os.getenv("GITHUB_REPO_MCP", "false")): config["mcpServers"]["github-repo-mcp"] = { "type": "stdio", "command": "npx", "args": ["github-repo-mcp"], }

Latest Blog Posts

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/jiahaoxiang2000/all-in-mcp'

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