Git Repo Browser MCPServer

bsreeram08
GitHub
GitVersion ControlDeveloper Tools

Loading subscription status...

💡 Description

A Node.js server that allows browsing Git repositories through the Model Context Protocol, providing tools to view directory structures, read important files from repositories, search code, compare branches, and view commit history.

📝 JSON Entries

{
  "mcpServers": [
    {
      "git-commands-mcp": {
        "args": [],
        "command": "git-commands-mcp"
      }
    }
  ]
}

🛠️ Tools

Git repository browsingFile readingCode searchingBranch comparisonCommit history viewing

Features

  • Basic Repository Operations
  • Branch Operations
  • Commit Operations

💬 Example Queries

  • Show me the directory structure of the repository
  • Read the contents of the README.md file
  • Search for the keyword 'install' in the repository code
  • Compare the changes between the main and dev branches
  • What is the commit history for the 'main' branch?