Git Server

Access Git repository data and metadata for AI-assisted development

Server Configuration

Details about this MCP server configuration

Server ID:

git

Type:

stdio

Command:

Command
uvx mcp-server-git --repository /Users/zz/cue

Using This Server

How to use this MCP server in your application

Configuration Example

Add this server to your cue.config.json:

Command
{
  "mcpServers": {
    "git": {
      "command": "uvx",
      "args": [
        "mcp-server-git",
        "--repository",
        "/Users/zz/cue"
      ]
    }
  }
} 

Quick Start

Get started with this MCP server

To start using this MCP server, follow these steps:

  1. Ensure you have all prerequisites installed
  2. Add the server configuration to your cue.config.json
  3. Start Cue with the configuration file
  4. The MCP server will be automatically started when needed

Run Cue with this configuration:

Command
cue -r -c cue.config.json