investbuddy for Zed
io.github.danielrz/investbuddy
LSTM stock predictions with +15.92% alpha over S&P 500. 10-day forecasts & portfolio analysis.
client:Zed
transport:stdio
runtime:npm
Install investbuddy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<INVESTBUDDY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs