Catalog
io.github.clarencyu-boop/sentinel
OfficialCrypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
Backtest trading strategies, deploy bots, and manage crypto accounts.
README not available yet.
Install
Configuration
Environment variables
SENTINEL_API_KEYrequiredsecretYour Sentinel Bot API key (starts with sk-)
SENTINEL_API_URLAPI base URL (default: https://sentinel.redclawey.com/api/v1)
claude_desktop_config.json
{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel@2.0.0"
],
"env": {
"SENTINEL_API_KEY": "<YOUR_SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<YOUR_SENTINEL_API_URL>"
}
}
}
}