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
| Name | Required | Description | Default |
|---|---|---|---|
| repoUrl | Yes | The URL of the Github repo |
Implementation Reference
- src/all_in_mcp/server.py:41-46 (registration)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"], }