StratEvo for Grok
io.github.neuzhou/stratevo
Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution.
client:Grok
transport:stdio
runtime:pypi
Install StratEvo in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stratevo": {
"type": "stdio",
"command": "uvx",
"args": [
"stratevo"
]
}
}
}
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