Removes Flywheel completely: both the Claude Code plugin and MCP server configuration.
Completely removes Flywheel from Claude Code by uninstalling the plugin and removing MCP server configuration from both user and project settings. Use this when you need to fully uninstall Flywheel and clean up all its configuration files.
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelRemoves Flywheel completely: both the Claude Code plugin and MCP server configuration.
/uninstall-flywheel
┌─────────────────────────────────────────────────────────────────┐
│ Phase 1: Remove MCP Configuration │
│ - Check ~/.claude/settings.json for flywheel │
│ - Check .mcp.json for flywheel │
│ - Remove flywheel from mcpServers (preserve other servers) │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ Phase 2: Uninstall Plugin │
│ /plugin uninstall flywheel@bencassie-flywheel │
└─────────────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────────────┐
│ Phase 3: Cleanup │
│ - Remove ~/.flywheel-update-check cache (if exists) │
│ - Confirm removal complete │
└─────────────────────────────────────────────────────────────────┘
| Action | Target | Notes |
|---|---|---|
| Remove MCP | ~/.claude/settings.json | User-level config (if present) |
| Remove MCP | .mcp.json | Project-level config (if present) |
| Uninstall plugin | Claude Code plugins | Removes flywheel plugin |
| Remove cache | ~/.flywheel-update-check | Update check cache |
Flywheel may be configured at multiple levels. This command checks and removes from ALL:
| Layer | File | Scope |
|---|---|---|
| User | ~/.claude/settings.json | All projects globally |
| Project | .mcp.json | This project only |
# Flywheel Uninstall
## Phase 1: MCP Configuration
Checking for Flywheel MCP config...
Found in:
- ~/.claude/settings.json (user-level)
- .mcp.json (project-level)
Remove Flywheel from both? (y/n)
[User confirms]
✓ Removed from ~/.claude/settings.json
✓ Removed from .mcp.json
## Phase 2: Plugin
Uninstalling plugin...
/plugin uninstall flywheel@bencassie-flywheel
✓ Plugin uninstalled
## Phase 3: Cleanup
✓ Removed ~/.flywheel-update-check cache
## Complete
Flywheel has been fully removed.
To reinstall later:
/plugin marketplace add bencassie/flywheel
/plugin install flywheel@bencassie-flywheel
If you want to reinstall Flywheel later:
/plugin marketplace add bencassie/flywheel
/plugin install flywheel@bencassie-flywheel
Then say "setup flywheel" to reconfigure the MCP server.
/setup-flywheel - Install and configure Flywheel