Git Vertex — a fast, modern Git client: desktop app, VS Code extension, terminal UI and MCP server for coding agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"git-vertex": {
"command": "npx",
"args": [
"-y",
"VictorQuilgars/git-vertex"
]
}
}
}
Run in terminal:
claude mcp add git-vertex npx -y VictorQuilgars/git-vertex
Add to .cursor/mcp.json:
{
"mcpServers": {
"git-vertex": {
"command": "npx",
"args": [
"-y",
"VictorQuilgars/git-vertex"
]
}
}
}