PluginBench
MCP Server

Nephyr Risk MCP Server

io.github.clm-studios/nephyr-risk

What is the Nephyr Risk MCP server?

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

How to install Nephyr Risk

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nephyr-risk": {
      "command": "uvx",
      "args": [
        "nephyr-risk"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nephyr-risk": {
      "command": "uvx",
      "args": [
        "nephyr-risk"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nephyr-risk": {
      "command": "uvx",
      "args": [
        "nephyr-risk"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nephyr-risk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nephyr-risk"
      ]
    }
  }
}
Claude Code
claude mcp add nephyr-risk -- uvx nephyr-risk

Related MCP servers

Prediction market strategy backtesting with real on-chain Polymarket data

View repository →

Smart money tracking — discover, score, and analyze top Polymarket wallets

View repository →

GFS ensemble weather signals for prediction market edge detection across 12 cities

View repository →