System R Risk Intelligence for Claude Desktop
io.github.system-r-ai/systemr-risk-intelligence
Pre-trade risk validation and position sizing for AI trading agents via G-formula and Iron Fist.
client:Claude Desktop
transport:streamable-http
runtime:pypi
Install System R Risk Intelligence in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"systemr-risk-intelligence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agents.systemr.ai/mcp/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs