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:
- Ensure you have all prerequisites installed
- Add the server configuration to your cue.config.json
- Start Cue with the configuration file
- The MCP server will be automatically started when needed
Run Cue with this configuration:
Command
cue -r -c cue.config.json