MCP-Server
Verified Safeby patelajay005
Overview
Sets up an AI agent (like Claude Desktop) to interact with GitHub repositories via the Model Context Protocol (MCP).
Installation
github-mcp-serverEnvironment Variables
- GITHUB_PERSONAL_ACCESS_TOKEN
Security Notes
The setup script downloads official GitHub binaries and configures a Personal Access Token (PAT). The PAT is stored in plain text within the Claude Desktop configuration file (`claude_desktop_config.json`), which is a common practice for local client-side configs but carries a risk if the user's machine is compromised. The project emphasizes strong security best practices for PAT management (never commit, rotate regularly, minimal scopes). No 'eval' or malicious patterns were found in the provided code.
Similar Servers
cupertino
Cupertino is an Apple Documentation Crawler & MCP Server that provides accurate, up-to-date Apple API documentation and sample code to AI agents and developers for offline and AI-assisted development.
mcp-server-infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for generating knowledge graphs, detecting content gaps, identifying topics, and performing SEO analysis.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.