StratEvo for VS Code
io.github.neuzhou/stratevo
Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution.
client:VS Code
transport:stdio
runtime:pypi
Install StratEvo in VS Code
.vscode/mcp.json
{
"servers": {
"stratevo": {
"type": "stdio",
"command": "uvx",
"args": [
"stratevo"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs