investbuddy for Grok
io.github.danielrz/investbuddy
LSTM stock predictions with +15.92% alpha over S&P 500. 10-day forecasts & portfolio analysis.
client:Grok
transport:stdio
runtime:npm
Install investbuddy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"investbuddy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"investbuddy-mcp-server"
],
"env": {
"INVESTBUDDY_API_KEY": "<INVESTBUDDY_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs