@bithyte/mcp-firewall
v0.4.0
Published
MCP Firewall installer and umbrella package
Maintainers
Readme
@bithyte/mcp-firewall
Installer for MCP Firewall: installs
the core daemon, the mcp-firewall-connect stdio shim, and the admin console, then
starts and pairs them.
curl -fsSL https://unpkg.com/@bithyte/mcp-firewall/install.sh | shRequires Node >=22, macOS or Linux (the script refuses other platforms and older Node versions).
Flags
--yesaccept defaults, never prompt--with-sandboxalso install the sandbox runner (container isolation)--no-sandboxnever install the sandbox runner--no-serviceinstall binaries only, no launchd/systemd units--port <n>daemon port (default 7920)--console-port <n>admin console port (default 7922)--pkg-version <v>npm version or dist-tag to install (default latest)--dry-runprint what would run, change nothing--uninstallstop and remove services, uninstall the packages--purgewith--uninstall, also delete~/.mcp-firewall-h, --helpshow usage
Uninstall
curl -fsSL https://unpkg.com/@bithyte/mcp-firewall/install.sh | sh -s -- --uninstallAdd --purge to also delete ~/.mcp-firewall (config, database, keys).
See the repo README for architecture, the config file, and manual (non-installer) setup.
