Skip to main content
Commands

vg install / vg uninstall

Add Vibgrate AI Context to your AI assistant — skill, MCP wiring, and advisory nudge. Idempotent and repo-local. Supports Claude, Cursor, Windsurf, VS Code, Codex, and Gemini.

Overview

vg install wires Vibgrate AI Context into your AI assistant — skill file, MCP registration, and an optional advisory nudge. Idempotent and repo-local (changes are committable and shareable with your team).


Usage

vg install [tools...]
vg uninstall <tools...>

Supported assistants: claude, cursor, windsurf, vscode, codex, gemini

vg install

FlagDescription
[tools...]Assistant ids to install for
--allInstall for every supported assistant
--listShow the support matrix and exit
--no-hookSkip the advisory nudge

vg uninstall

FlagDescription
<tools...>Assistant ids to remove (required)
--purgeAlso delete the skill file

Examples

# Install for Claude
vg install claude

# Install for all supported assistants
vg install --all

# Check what's supported
vg install --list

# Remove for Cursor
vg uninstall cursor

Related

  • vg serve — The MCP server being wired in
  • vg share — Share the code map with your team

Example use cases

Expand any use case to watch a live replay of the real @vibgrate/cli running against one of our test repositories. Nothing executes in your browser — these are recordings of actual runs, with the scan time shown as of now.

vg install --list

Related Documentation