Install
curl -fsSL https://bento.build/install | shThis installs both binaries (bento + bento-mcp) to ~/.local/bin/ and drops the Claude Code skill bundle under ~/.claude/skills/bento/.
Verify
Section titled “Verify”bento --versionbento-mcp --versionbento doctorPin a version
Section titled “Pin a version”curl -fsSL https://bento.build/install | sh -s -- 0.1.0Or set BENTO_VERSION=0.1.0 in the environment.
Override install dir
Section titled “Override install dir”BENTO_INSTALL_DIR=/usr/local/bin curl -fsSL https://bento.build/install | shPrivate releases
Section titled “Private releases”Set GITHUB_TOKEN for token-authenticated downloads — the installer auto-passes it through to GitHub releases.
Register MCP
Section titled “Register MCP”After install, register bento-mcp in every agent client you use:
bento mcp install # auto-detect every clientbento mcp install claude-code # one client at a timeSupported clients: Claude Code, Claude Desktop, Cursor, Windsurf, Codex CLI, OpenCode, Zed. Run bento mcp install --help for paths.