github

github

Created by modelcontextprotocol 2 months ago 12 views 🔗

Repository management, file operations, and GitHub API integration

Featured Trending New
# GitHub MCP Server Connect your AI agents to GitHub repositories, issues, pull requests, and more. ## Features - Repository management and exploration - File operations (create, read, update, delete) - Issue tracking and management - Pull request creation and review - Search capabilities for code, issues, and users - Commit history exploration ## Authentication To use this server, you need a GitHub Personal Access Token with appropriate permissions for the repositories you want to access. ## Setup ```bash export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here npx @modelcontextprotocol/server-github ``` ## Use Cases - Code review and analysis - Issue and PR management - Repository exploration - Documentation maintenance - Automation of GitHub workflows