GitHub_MCP_Server
Verified Safeby SPerekrestova
Overview
Provides Model Context Protocol (MCP) access to GitHub documentation via API for AI agents.
Installation
docker run -i --rm -e GITHUB_TOKEN ghcr.io/sperekrestova/github-mcp-server:latestEnvironment Variables
- GITHUB_TOKEN
Security Notes
The code itself is clean, handles secrets via environment variables, and makes standard API calls to GitHub. No 'eval' or similar dangerous functions are used. The primary security consideration is the broad scope required for the GitHub Personal Access Token ('repo', 'read:org', 'read:user'), which grants significant access to private repositories if misused outside the application's read-only tools.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.