uninstall

Remove Flywheel MCP entries and bundled skills from selected hosts

Reference for flywheel uninstall.

Command Group

Setup Commands

Summary

Remove Flywheel MCP entries and bundled skills from selected hosts

Usage

flywheel uninstall [FLAGS]

Required flags

None.

Optional flags

FlagValueDefaultChoicesDescription
--claudeUninstall for Claude Code
--cursorUninstall for Cursor
--universalUninstall bundled skills from .agents/skills
--antigravityUninstall bundled skills from .agent/skills
--opencodeUninstall for OpenCode
--codexUninstall for Codex
--geminiUninstall for Gemini CLI
--pi-monoUninstall for Pi (pi-mono)
--hermes-agentUninstall for Hermes Agent
--openclawUninstall for OpenClaw
--hostsLISTComma-separated host list
--scopeSCOPEall, global, projectall | global | project
--nameNAMEMCP server name to remove
-y, --yesSkip uninstall selection prompts

Examples

Uninstall Codex project-scope artifacts

npx --yes @paradigma-inc/flywheel uninstall --codex --scope project

Uninstall selected hosts across all scopes

npx --yes @paradigma-inc/flywheel uninstall --hosts claude,codex --scope all --yes