Skip to content
VS Code

Nephyr Backtest for VS Code

io.github.clm-studios/nephyr-backtest

Prediction market strategy backtesting with real on-chain Polymarket data

client:VS Code transport:stdio runtime:pypi

Install Nephyr Backtest in VS Code

.vscode/mcp.json

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

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

Nephyr Backtest in other clients