Skip to content
VS Code

Nephyr Risk for VS Code

io.github.clm-studios/nephyr-risk

Prediction market risk management — Kelly sizing, EV calculation, drawdown protection

client:VS Code transport:stdio runtime:pypi

Install Nephyr Risk in VS Code

.vscode/mcp.json

{
  "servers": {
    "nephyr-risk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nephyr-risk"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Nephyr Risk in other clients