Loading MCP server directory, please wait...
Crypto trading backtesting, bot deployment, and account management for Sentinel Bot.
npx @getmcp/cli add io.github.clarencyu-boop/sentinelRequires Node.js 18+. Community-contributed server. Review source before installing.
SENTINEL_API_KEYYour Sentinel Bot API key (starts with sk-)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.clarencyu-boop/sentinel": {
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "",
"SENTINEL_API_URL": ""
}
}
}
}