@grip/cli
The standalone command-line interface for Grip. Provides an interactive shell, daemon management, and MCP server configuration.
Overview
@grip/cli (published as grip-cli) is the primary entry point for most users. It is a fast, standalone binary compiled via tsup and esbuild. It does not require Node.js to be installed on the host machine.
Installation
curl -fsSL https://grip.theshoaib.me/install | bashCommands
The CLI features a beautiful interactive shell built with @clack/prompts. Running grip without any arguments will drop you into this shell.
grip start//start: Starts the background MCP daemon.grip stop//stop: Stops the background daemon.grip status//status: Checks the daemon status.grip setup//setup: Interactive wizard to automatically configure AI IDEs.grip mcp//mcp: Runs the stdio MCP server (used by AI clients).grip dev//dev: Diagnostic tool to verify CDP browser connectivity.