agentrisk for Cursor
io.github.trycoin-ai/agentrisk
Risk guardrails for AI trading agents. Your agent proposes; your policy decides.
client:Cursor
transport:stdio
runtime:pypi
Install agentrisk in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentrisk": {
"type": "stdio",
"command": "uvx",
"args": [
"agentrisk"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs