Use GitBranch from Claude, Cursor, ChatGPT, or any MCP compatible AI client.
Add this to your claude_desktop_config.json or .cursor/mcp.json:
{
"mcpServers": {
"gitbranch": {
"command": "npx",
"args": ["gitbranch-mcp"],
"env": {
"GITBRANCH_API_URL": "https://api.gitbranch.org",
"GITBRANCH_GITHUB_TOKEN": "ghp_..."
}
}
}
}npx gitbranch-mcp --http --port 3001Connect via http://localhost:3001/mcp.
| Tool | Description |
|---|---|
get_vault |
Get vault address and balances |
buy_stock |
Buy a stock token: NVDA, TSLA, AAPL and more |
sell_stock |
Sell a stock token back to USDG |
get_portfolio |
Full portfolio snapshot |
get_pending |
List pending transactions |
swap_stock |
Swap between two stock tokens |
pnpm install
pnpm build
pnpm start