Kronos for Grok
io.github.hangeaiagent/kronos-mcp
Stock price forecasting for China A-shares — Kronos K-line time-series model
client:Grok
transport:stdio
runtime:pypi
Install Kronos in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kronos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kronos-mcp"
],
"env": {
"KRONOS_API_KEY": "<KRONOS_API_KEY>",
"KRONOS_URL": "<KRONOS_URL>",
"KRONOS_TIMEOUT": "<KRONOS_TIMEOUT>"
}
}
}
}
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