Runs locally via Graphite CLI (gt mcp) for Git workflow tools including branch creation, stacked diffs, syncing, and PR shipping.
npx claudepluginhub uniswap/ai-toolkit --plugin development-pr-workflowAdd to your .mcp.json:
{
"mcpServers": {
"graphite": {
"command": "gt",
"args": [
"mcp"
]
}
}
}gt