Configurable crypto trading assistant template with MCP integrations.
| Component | Purpose |
|---|---|
bybit-mcp/ |
Local MCP server for market data and trading actions |
.mcp.json.example |
MCP client configuration template |
CONTEXT.md |
Public-safe session context template |
trade_log.md |
Public-safe trade journal template |
- Copy
.env.exampleto.envand add your own keys. - Install local MCP server dependencies:
cd bybit-mcp && npm install
- Copy
.mcp.json.exampleto.mcp.json. - Confirm
.env,.mcp.json, and secret files are ignored by git. - Start your MCP client and use the configured
bybit/coinmarketcaptools.
Never commit:
- API keys, secrets, tokens
- Wallet balances or exchange account screenshots
- Exact order IDs and personal trade history
Checklist before every push:
git --no-pager statusgit --no-pager diff --staged- Ensure
.envand.mcp.jsonare not tracked - Confirm
CONTEXT.mdandtrade_log.mdcontain only template/public data
- Market summary: get CMC global context + Bybit price/orderbook/klines, then build one consolidated market view.
- Paper-trade mode: set
BYBIT_DRY_RUN=trueto simulate trading actions without sending real orders.
This project is for software and strategy development. It is not financial advice. Crypto and leveraged trading can cause significant losses. You are fully responsible for all orders and risk decisions.