Skip to content
VS Code

agentrisk for VS Code

io.github.trycoin-ai/agentrisk

Risk guardrails for AI trading agents. Your agent proposes; your policy decides.

client:VS Code transport:stdio runtime:pypi

Install agentrisk in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentrisk": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentrisk"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentrisk in other clients