gitbranch-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gitbranch-mcpshow me my portfolio"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gitbranch-mcp
Use GitBranch from Claude, Cursor, ChatGPT, or any MCP compatible AI client.
Quick Start with Claude Desktop or Cursor
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_..."
}
}
}
}Related MCP server: Alpaca API MCP Server
Streamable HTTP Mode
npx gitbranch-mcp --http --port 3001Connect via http://localhost:3001/mcp.
Tools
Tool | Description |
| Get vault address and balances |
| Buy a stock token: NVDA, TSLA, AAPL and more |
| Sell a stock token back to USDG |
| Full portfolio snapshot |
| List pending transactions |
| Swap between two stock tokens |
Development
pnpm install
pnpm build
pnpm startLicense
This server cannot be deployed
Maintenance
Related MCP Connectors
Self-hostable index of AI financial agents — tokenized stocks + crypto, memory, LLM gateway.
Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.
Agentic brokerage access to a US brokerage account: quotes, orders, positions, cash and documents.
Crypto wallet for AI agents: balances, payments, swaps and trading with owner controls.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides stock market data and trading capabilities using the yfinance library37MIT
- AlicenseNot gradedqualityDmaintenanceEnables trading and portfolio management through the Alpaca API, allowing users to place orders, manage positions and watchlists, access market data, and retrieve account information through natural language.13 npm3ISC
- AlicenseBqualityDmaintenanceEnables trading and portfolio management on Zerodha Kite Connect through natural language. Supports placing orders, viewing positions/holdings, accessing real-time market data, and managing GTT orders.24MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Groww trading platform to fetch portfolio data, get live stock quotes and historical market data, and place, modify, or cancel stock orders through natural language commands.7 npm9MIT