
git mcp server
MCP server to communicate with github repo without the need to run docker
Repository Info
About This Server
MCP server to communicate with github repo without the need to run docker
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Claude GitHub MCP Server
A GitHub MCP Server for Claude Desktop that gives Claude the ability to interact with GitHub repository.
Here's the JSON to copy
{
"mcpServers": {
"github-pr": {
"command": "claude-github-mcp",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_github_token_here"
}
}
}
}
Quick install
npm install -g claude-github-mcp
Features
- List and view pull requests from any GitHub repository
- Get detailed information about specific PRs
- Comment on pull requests
- Request reviewers for PRs
- Merge pull requests
- Summarize PR changes with diff highlighting
- Close/reject PRs with optional comments
- Create new repository
- Delete existing repository
Usage
"Show me open PRs for microsoft/vscode""Get details for PR #123 in owner/repo""Summarize the changes in PR #456 for owner/repo""Comment 'LGTM! Approving this change.' on PR #789 in owner/repo""Request alice and bob as reviewers for PR #42 in owner/repo""Merge PR #101 in owner/repo""Close PR #202 in owner/repo with reason 'This approach won't work'""Create a repo named test with files xyz and content 'test file'""Delete this repo 'repo link'"
Available Commands
list-prs: Lists pull requests for a repositorydiscuss-pr: Gets details about a specific PRsummarize-pr: Summarizes changes in a PR with diffscomment-on-pr: Posts a comment on a PRrequest-reviewers: Requests reviewers for a PRmerge-pr: Merges a PRclose-pr: Closes/rejects a PRcreate-repository: Creates a new repositorydelete-repository: Deletes an existing repository
Requirements
- Node.js 16+
- A GitHub account with an appropriate personal access token
- Claude Desktop
Enjoy!!
Quick Start
Clone the repository
git clone https://github.com/sidgupt12/git-mcp-serverInstall dependencies
cd git-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.