MCP GitHub Org Mapper¶
A secure, Model Context Protocol (MCP) server for mapping and analyzing GitHub organization repositories. Provides read-only access to org repos with fine-grained authorization controls.
Features¶
- Secure Authentication: GitHub App JWT-based auth with RSA signing
- Declarative Scoping: Include/exclude patterns for repo authorization
- Org-Wide Analysis: Tools for listing repos, checking hygiene, CI consistency
- MCP Compliant: JSON-RPC over stdio for integration with MCP clients
- Enterprise Ready: No secrets in code, environment-based config
Quick Start¶
- Clone the repo
- Set up GitHub App
- Configure credentials
- Run tests
See Setup for detailed instructions.