sentinel for Cursor
io.github.clarencyu-boop/sentinel
Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
client:Cursor
transport:stdio
runtime:npm
Install sentinel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sentinel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "<SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<SENTINEL_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs