mcp-gihub-integration
Verified Safeby onamfc
Overview
This package provides a GitHub API client for integration with an MCP (Model Context Protocol) server, enabling automation of GitHub tasks.
Installation
No command providedEnvironment Variables
- GITHUB_TOKEN
Security Notes
The code itself follows good security practices by recommending environment variables for tokens and using a reputable API client library (@octokit/rest). Method dispatching is explicit, preventing arbitrary code execution. The main security considerations are external to the code: users must securely manage their GitHub Personal Access Token and grant only the minimal required scopes, as explicitly warned in the documentation.
Similar Servers
github-mcp-server
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.
gh-mcp
A GitHub CLI extension that runs the Model Context Protocol (MCP) server in a Docker container using existing `gh` authentication to provide GitHub context to AI models/agents.
mcp-server-for-Github
Automates comprehensive GitHub workflows for AI agents, including repository management, issue tracking, pull request operations, code search, and file management, enabling AI-powered development.
github-mcp-server
Automate comprehensive GitHub workflows including repository management, issue tracking, pull request operations, file management, and CI/CD monitoring, designed for AI-powered development teams with extreme token efficiency.