Nephyr Risk for Cursor
io.github.clm-studios/nephyr-risk
Prediction market risk management — Kelly sizing, EV calculation, drawdown protection
client:Cursor
transport:stdio
runtime:pypi
Install Nephyr Risk in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nephyr-risk": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs