GitHub Mapper MCP Server

map-github-repo

Map a GitHub repository structure and provide summary information

Input Schema

NameRequiredDescriptionDefault
repoUrlYesURL of the GitHub repository (e.g., https://github.com/username/repo)

Input Schema (JSON Schema)

{ "properties": { "repoUrl": { "description": "URL of the GitHub repository (e.g., https://github.com/username/repo)", "type": "string" } }, "required": [ "repoUrl" ], "type": "object" }

You must be authenticated.

Other Tools