stock sentinel for Zed
io.github.sheldonzhuang/stock-sentinel
US stock attack/defense macro signals: 4-dimension framework, 26-year backtested. Research only.
client:Zed
transport:stdio
runtime:npm
Install stock sentinel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stock-sentinel": {
"command": "npx",
"args": [
"-y",
"stock-sentinel-mcp"
],
"env": {
"STOCKSENTINEL_API_KEY": "<STOCKSENTINEL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs