GitHub MCP Server
A Model Context Protocol (MCP) server for interacting with GitHub. This tool allows AI assistants to perform various GitHub operations including repository management, file operations, issue tracking, and more.
Features
- Repository Operations: Create repositories, fork repositories
- File Operations: Create, update, and read files, push multiple files in a single commit
- Issue Management: Create, update, list, and comment on issues
- Pull Requests: Create pull requests
- Branch Management: Create branches
- Search Capabilities: Search code, repositories, issues, and users
- Commit History: List commits
Setup
Prerequisites
- Node.js 18 or higher
- A GitHub Personal Access Token with appropriate permissions
Installation
- Clone this repository
- Install dependencies:
npm install - Build the project:
npm run build
Configuration
This MCP server requires a GitHub Personal Access Token to authenticate with the GitHub API. The token should be provided as an environment variable:
GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here
When deploying with Smithery, the token is configured through the githubPersonalAccessToken configuration option.
Usage
Running Locally
To run the server locally:
GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here node dist/index.js
Deploying with Smithery
This repository includes the necessary configuration files for deploying with Smithery:
Dockerfile: Defines how to build the Docker image for the MCP serversmithery.yaml: Configures how Smithery should start the MCP server
Refer to the Smithery documentation for deployment instructions.
Development
Building
npm run build
Linting
npm run lint
License
MIT
GitHub Integration Server
Project Details
- renantrendt/mcp-github
- Last Updated: 3/17/2025
Recomended MCP Servers
MCP server for GNU Radio
MCP plugin for extracting and analyzing Xcode build errors and warnings
A FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information,...
MCP server for Windows OS automation
A Node.js server implementing Model Context Protocol (MCP) for media processing operations, providing powerful video and image manipulation...
基于epoll模型的http服务器 + CSAPP一书配套的实验中,其中3个经典实验的源码
A MCP Server to test local development of function app apis
Model Context Protocol (MCP) server that provides access to Azure Resource Graph queries. It allows you to retrieve...
A MS excel server based on modelcontextprotocol





