github-repo-mcp and mcp-github-integration

One tool is a server for the Model Context Protocol (MCP) tailored for GitHub repositories, while the other is a TypeScript package designed to interact with the GitHub API *through* an MCP server integration, indicating they are ecosystem siblings where the latter acts as a client library for the former.

github-repo-mcp
50
Established
Maintenance 2/25
Adoption 7/25
Maturity 24/25
Community 17/25
Maintenance 6/25
Adoption 4/25
Maturity 22/25
Community 12/25
Stars: 26
Forks: 11
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT
Stars: 5
Forks: 1
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
Stale 6m
No risk flags

About github-repo-mcp

Ryan0204/github-repo-mcp

Model Context Protocol server for Github Repo // Reading Github Repo

Exposes three tools—`getRepoAllDirectories`, `getRepoDirectories`, and `getRepoFile`—enabling AI assistants to browse public GitHub repositories and retrieve file contents through the Model Context Protocol. Uses stdio transport for integration with MCP clients (Cursor, Claude Desktop, Windsurf) and supports optional GitHub token authentication to increase API rate limits beyond the unauthenticated 60-request/hour threshold.

About mcp-github-integration

onamfc/mcp-github-integration

A TypeScript package for interacting with the GitHub API through an MCP (Model Context Protocol) server integration.

Exposes 129 MCP tools spanning repositories, issues, PRs, branches, commits, releases, content management, GitHub Actions, webhooks, and advanced search capabilities—enabling AI agents to perform full GitHub automation workflows. Implements a dual architecture with an MCP server layer (handling tool registration and stdio transport) plus a standalone `GitHubClient` for direct API calls, both backed by token-based authentication and comprehensive error handling. Integrates with Claude and other MCP-compatible AI clients through standard protocol bindings while providing TypeScript type definitions for all operations.

Scores updated daily from GitHub, PyPI, and npm data. How scores work