Back to Home
github icon

github-mcp-server

Verified Safe

by github

Overview

Connects AI tools (agents, assistants, chatbots) directly to GitHub's platform, enabling natural language interactions for repository management, issue/PR automation, code analysis, and workflow automation.

Installation

Run Command
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_GITHUB_PAT ghcr.io/github/github-mcp-server

Environment Variables

  • GITHUB_PERSONAL_ACCESS_TOKEN
  • GITHUB_HOST
  • GITHUB_TOOLSETS
  • GITHUB_TOOLS
  • GITHUB_DYNAMIC_TOOLSETS
  • GITHUB_READ_ONLY
  • GITHUB_LOCKDOWN_MODE

Security Notes

The project explicitly addresses secure handling of GitHub Personal Access Tokens (PATs), recommending environment variables and `.env` files to avoid hardcoding or committing tokens. It uses standard Go libraries and does not show signs of 'eval' or obfuscation. Network communication is expected to be with the GitHub API via HTTPS. Overall, it follows good security practices for handling secrets, placing the responsibility on the user to manage their PAT securely.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassMedium
Avg Tokens750
Stars24949
Forks3134
Last Update2025-12-05

Tags

AI toolsGitHub APIAutomationCLIDeveloper productivityAgentic workflows