market data analyzer for Zed
io.github.vpatser1/market-data-analyzer
Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening
client:Zed
transport:stdio
runtime:npm
Install market data analyzer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"market-data-analyzer": {
"command": "npx",
"args": [
"-y",
"market-data-analyzer"
],
"env": {
"LICENSE_KEY": "<LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs