Git
Description
A Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models.
View DocumentationFeatures
- Common git command operations
- Status, commit, branch, log, diff operations
Example Configuration
{
"mcpServers": {
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/path/to/your/git/repository"
]
}
}
}
Quick Start
Setup Instructions
- Go to Settings
- Navigate to MCP Servers
- Click Enable
- Click Edit Config File
- Update your cue_desktop_config.json
- Restart the app
- You're good to go!
Copy the configuration above and paste it into your config file, then restart the application to start using this MCP server.