Nephyr Risk for Grok
io.github.clm-studios/nephyr-risk
Prediction market risk management — Kelly sizing, EV calculation, drawdown protection
client:Grok
transport:stdio
runtime:pypi
Install Nephyr Risk in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nephyr-risk": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs