Git MCP Server

Git MCP Server

Contribute to Sheshiyer/git-mcp-v2 development by creating an account on GitHub.

Sheshiyer

Version Control
Visit Server

README

Git MCP Server

A Model Context Protocol (MCP) server that provides enhanced Git operations through a standardized interface. This server integrates with the MCP ecosystem to provide Git functionality to AI assistants.

Features

  • Core Git Operations: init, clone, status, add, commit, push, pull
  • Branch Management: list, create, delete, checkout
  • Tag Operations: list, create, delete
  • Remote Management: list, add, remove
  • Stash Operations: list, save, pop
  • Bulk Actions: Execute multiple Git operations in sequence
  • GitHub Integration: Built-in GitHub support via Personal Access Token
  • Path Resolution: Smart path handling with optional default path configuration
  • Error Handling: Comprehensive error handling with custom error types
  • Repository Caching: Efficient repository state management
  • Performance Monitoring: Built-in performance tracking

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/git-mcp-v2.git
cd git-mcp-v2
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Configuration

Add to your MCP settings file:

{
  "mcpServers": {
    "git-v2": {
      "command": "node",
      "args": ["path/to/git-mcp-v2/build/index.js"],
      "env": {
        "GIT_DEFAULT_PATH": "/path/to/default/git/directory",
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-github-pat"
      }
    }
  }
}

Environment Variables

  • GIT_DEFAULT_PATH: (Optional) Default path for Git operations
  • GITHUB_PERSONAL_ACCESS_TOKEN: (Optional) GitHub Personal Access Token for GitHub operations

Available Tools

Basic Operations

  • init: Initialize a new Git repository
  • clone: Clone a repository
  • status: Get repository status
  • add: Stage files
  • commit: Create a commit
  • push: Push commits to remote
  • pull: Pull changes from remote

Branch Operations

  • branch_list: List all branches
  • branch_create: Create a new branch
  • branch_delete: Delete a branch
  • checkout: Switch branches or restore working tree files

Tag Operations

  • tag_list: List tags
  • tag_create: Create a tag
  • tag_delete: Delete a tag

Remote Operations

  • remote_list: List remotes
  • remote_add: Add a remote
  • remote_remove: Remove a remote

Stash Operations

  • stash_list: List stashes
  • stash_save: Save changes to stash
  • stash_pop: Apply and remove a stash

Bulk Operations

  • bulk_action: Execute multiple Git operations in sequence

Development

# Run tests
npm test

# Run tests with coverage
npm run test:coverage

# Run linter
npm run lint

# Format code
npm run format

License

MIT

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Recommended Servers

Gitingest-MCP

Gitingest-MCP

mcp server for gitingest. Contribute to puravparab/Gitingest-MCP development by creating an account on GitHub.

Featured
Local
Python
MCP Package Docs Server

MCP Package Docs Server

An MCP server that provides LLMs with efficient access to package documentation across multiple programming languages - sammcj/mcp-package-docs

Featured
Local
TypeScript
Linear MCP Server

Linear MCP Server

A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear. - jerhadf/linear-mcp-server

Featured
JavaScript
Linear MCP Server

Linear MCP Server

MCP server for Linear (https://linear.app), forked from ibraheem4/linear-mcp (https://github.com/ibraheem4/linear-mcp) - tiovikram/linear-mcp

Featured
JavaScript
JSON Resume MCP Server

JSON Resume MCP Server

The registry mcp server updates your resume while you code - jsonresume/mcp

Official
Local
TypeScript
Cursor MCP Server

Cursor MCP Server

Contribute to Buga-luga/cursor-mcp development by creating an account on GitHub.

Local
TypeScript
AI Development Assistant MCP Server

AI Development Assistant MCP Server

MCP Server for Windsurf. Contribute to yeakub108/mcp-server development by creating an account on GitHub.

Local
TypeScript
IaC Memory MCP Server

IaC Memory MCP Server

This is a personal project to determine whether or not Claude 3.5 Sonnet can write moderately complex MCP Server code (Python). - AgentWong/iac-memory-mcp-server-project

Local
Python
Git Forensics MCP

Git Forensics MCP

An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operation. - davidorex/git-forensics-mcp

Local
JavaScript
Git MCP

Git MCP

MCP server for local git repositories. Contribute to kjozsa/git-mcp development by creating an account on GitHub.

Local
Python