Skip to content
Cursor

stock sentinel for Cursor

io.github.sheldonzhuang/stock-sentinel

US stock attack/defense macro signals: 4-dimension framework, 26-year backtested. Research only.

client:Cursor transport:stdio runtime:npm

Install stock sentinel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stock-sentinel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stock-sentinel-mcp"
      ],
      "env": {
        "STOCKSENTINEL_API_KEY": "<STOCKSENTINEL_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stock sentinel in other clients