Skip to main content
Remove Vibrai’s program files, and optionally app data, Ableton integration, and the Claude Desktop MCP registration. Program-files removal is CLI-only — it requires root, which the MCP server has no way to obtain (no TTY, no sudo prompt); the MCP tool covers every other scope with full parity.

Command line

uninstall

Remove Vibrai’s program files, and optionally app data, Ableton integration, and the Claude Desktop registration
--purge-data
Also remove ~/Library/Application Support/Vibrai (license, sessions, cache).
--remove-ableton
Also remove the Ableton M4L device and Python remote script.
--keep-claude-desktop-entry
Skip removing the vibrai entry from Claude Desktop’s config.
--keep-agent-skills
Skip removing installed Vibrai Agent Skills from coding-agent config dirs.
--yes
Skip the confirmation prompt (required for non-interactive use).
--dry-run
Print what would be removed and exit without removing anything.
--user
Target <name>‘s home directory instead of the current user’s.
--program-files-only
[[advanced]] Internal flag used when re-execing under sudo — not for direct use.

MCP tools

uninstall

Remove Vibrai’s app data, installed Agent Skills (from coding-agent config dirs, removed by default unless keepAgentSkills=true), Ableton integration (M4L device + remote script), and/or its Claude Desktop MCP registration. Does NOT remove the installed CLI/MCP program files (/usr/local/bin/vibrai, /usr/local/lib/vibrai) — that requires root and must be run from a terminal via vibrai uninstall. Call with confirm=false first to preview what would be removed; call again with confirm=true to actually remove it.
confirm
Boolean
Actually perform the removal. Default false returns a preview plan only.
purge_data
Boolean
Also remove ~/Library/Application Support/Vibrai (license, sessions, cache). Default false.
remove_ableton
Boolean
Also remove the Ableton M4L device and Python remote script. Default false.
keep_claude_desktop_entry
Boolean
Skip removing the vibrai entry from Claude Desktop’s config. Default false (entry IS removed).
keep_agent_skills
Boolean
Skip removing installed Vibrai Agent Skills from coding-agent config dirs. Default false (skills ARE removed).