StratEvo for Cursor
io.github.neuzhou/stratevo
Quantitative trading: quotes, backtesting, screening, and genetic algorithm strategy evolution.
client:Cursor
transport:stdio
runtime:pypi
Install StratEvo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stratevo": {
"type": "stdio",
"command": "uvx",
"args": [
"stratevo"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs