MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP GitHub Org Mapping.

Created 12/30/2025
Updated about 3 hours ago
Repository documentation and setup instructions

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

Installation

See Setup for detailed installation and configuration instructions.

Usage

See Usage for running the server and available tools.

Contributing

See Contributing for guidelines.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/harpertoken/mcp-org
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "harpertoken-mcp-org": { "command": "git", "args": [ "clone", "https://github.com/harpertoken/mcp-org" ] } } }