← Index

io.github.clarencyu-boop/sentinel

io.github.clarencyu-boop/sentinel·v2.0.0·Other
Quality Score
84
/100

Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-sentinel"
      ],
      "env": {
        "SENTINEL_API_KEY": "<your-sentinel_api_key>",
        "SENTINEL_API_URL": "<sentinel_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-sentinel"
      ],
      "env": {
        "SENTINEL_API_KEY": "<your-sentinel_api_key>",
        "SENTINEL_API_URL": "<sentinel_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-sentinel
§02  Environment variables
SENTINEL_API_KEY
requiredsecret

Your Sentinel Bot API key (starts with sk-)

SENTINEL_API_URL

API base URL (default: https://sentinel.redclawey.com/api/v1)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other