investbuddy for Cline
io.github.danielrz/investbuddy
LSTM stock predictions with +15.92% alpha over S&P 500. 10-day forecasts & portfolio analysis.
client:Cline
transport:stdio
runtime:npm
Install investbuddy in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"investbuddy": {
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<INVESTBUDDY_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs