quantrisk for Zed
io.github.78degrees/quantrisk
Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.
client:Zed
transport:stdio
runtime:npm
Install quantrisk in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"quantrisk": {
"command": "npx",
"args": [
"-y",
"@quantrisk/mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs