@fentaris/cli
Create, run, inspect, and build Fentaris proxy projects.
Install
npm install --global @fentaris/cliQuick start
fentaris init my-proxy
cd my-proxy
fentaris devThe generated proxy listens on http://localhost:4000/mcp by default.
Project checks
fentaris check --offline
fentaris doctor --runtime
fentaris buildGenerated projects allow all upstream operations and do not configure authentication. Add API-key auth and an allow-list policy before exposing the endpoint outside your machine.
See the CLI reference for commands, options, diagnostics, and secrets management.