github-mcp-server
A Model Context Protocol (MCP) server that provides 29 Git operations + 11 workflow combinations for AI assistants and developers. This server exposes comprehensive Git repository management through a standardized interface, enabling AI models and developers to safely manage complex version control workflows.
10 stars
3.5/5
Installation & Usage
Quick Install
1. Install the server
npm install github-mcp-server
2. Configure MCP settings
Add the server to your Claude Desktop or MCP client configuration.
3. Start using
The server will be available for use with your AI assistant.
Configuration Example
{
"servers": {
"github-mcp-server": {
"command": "node",
"args": ["path/to/github-mcp-server"]
}
}
}Add this configuration to your MCP settings file.
Ready to Get Started?
Install github-mcp-server and start building more capable AI applications with Model Context Protocol.