create-vellaveto
v6.0.3
Published
Setup wizard for Vellaveto — MCP Policy Gateway
Maintainers
Readme
create-vellaveto
Interactive setup wizard for Vellaveto — the agent interaction firewall for AI tool calls.
Quick Alternative
If you just want protection without a config file, skip the wizard:
cargo install vellaveto-proxy
vellaveto-proxy --protect shield -- ./your-mcp-serverThree levels: shield (8 policies — credentials, SANDWORM defense, exfil blocking, system files), fortress (11 policies — adds package config protection, sudo approval, memory tracking), vault (11 policies — deny-by-default, source reads allowed, writes need approval). No config file needed.
Setup Wizard
For a custom configuration, use the interactive wizard:
npx create-vellavetoOr with your preferred package manager:
npm init vellaveto
yarn create vellaveto
pnpm create vellavetoThe wizard walks you through:
- Choose a policy preset (deny-by-default, permissive, enterprise, etc.)
- Configure detection settings (injection scanning, DLP)
- Set up audit logging
- Generate a ready-to-use
vellaveto.tomlconfig file
Requirements
- Node.js 18+
License
See LICENSING.md for repository licensing details.
