StratEvo for Zed
io.github.neuzhou/stratevo
Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution.
client:Zed
transport:stdio
runtime:pypi
Install StratEvo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stratevo": {
"command": "uvx",
"args": [
"stratevo"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs