🔱 Trinity Git Orchestrator — MCP server for AI agents to control Git & GitButler via libgit2 + CLI
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trios": {
"command": "npx",
"args": [
"-y",
"gHashTag/trios"
]
}
}
}
Run in terminal:
claude mcp add trios npx -y gHashTag/trios
Add to .cursor/mcp.json:
{
"mcpServers": {
"trios": {
"command": "npx",
"args": [
"-y",
"gHashTag/trios"
]
}
}
}