# GitHub Mapper

An MCP server that maps and analyzes GitHub repository structures, providing summary statistics and detailed file structures.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add github-mapper-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list github-mapper-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get github-mapper-mcp-server set-github-token

# Call a tool
npx -y @smithery/cli@latest tool call github-mapper-mcp-server set-github-token '{}'
```

## Tools (2)

- `set-github-token` — Set the GitHub Personal Access Token for authentication
- `map-github-repo` — Map a GitHub repository structure and provide summary information

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get github-mapper-mcp-server <tool-name>
```

---

Source: https://github.com/dazeb/MCP-Github-Mapper | License: MIT
