Decide what Claude carries.

A small macOS panel for the plugins, skills and MCP servers Claude Code loads into every session.

It switches them where Claude actually reads, so what you turn off stays out of context. It also shows the dev servers you forgot were running.

Loadout
3 on · 5 trimmed · 4 off
User 9
  • animate
  • better-typography
  • brand-voice
  • changelog
  • color-audit
  • deploy-preview
  • haiku-commit
  • layout-grid
  • release-notes
Plugin 3
  • frontend-design
  • figma-implement
  • swift-concurrency
Changes copy /reload-pluginsQuit ⌘Q
The panel, rebuilt for this page. Try the tabs and switches.

What it does

Four tabs. Each one writes a real field.

Click the menu bar icon and the panel opens on Ports. Every switch writes to your config straight away and copies the reload command for you.

Ports

See what’s running. Stop what isn’t needed.

Every dev server listening on your Mac, with its project folder, framework, PID and uptime. A live probe marks each one as responding or not.

  • Restart relaunches the same command in the same folder
  • Kill sends SIGTERM, then SIGKILL if it hangs on
  • Kill all asks twice
Loadout
3 listening
  • localhost:3000Next.js~/code/tea-house/webPID 48213 · node · up 1h 12m
  • localhost:5173Vite~/code/field-notesPID 51902 · node · up 24m
  • localhost:8000Python~/code/kiln/apiPID 39011 · python3 · up 3d 4h
Changes copy /reload-pluginsQuit ⌘Q

How it works

Off should mean out of context.

Every plugin, skill and MCP server you install is described to the model when a session starts. Loadout edits the fields Claude reads, and nothing else. No daemon, no account, no patching Claude Code.

Claude Code has ways to switch things off, but they don’t all do what you’d expect.

  • /plugin disable

    Skills and agents go. A plugin’s bundled MCP servers can stay in mcpServers and keep advertising their tools.

  • /mcp disconnect

    Not a block. Tools can come back on reconnect, and nothing stops them loading next session.

  • skillOverrides

    The biggest saving has no UI. Name-only and slash-only mean hand-editing settings.json.

  • ~/.claude/skills/

    Your own skills can’t be reached from claude plugin commands at all.

Install

Build it in a minute.

Build it, drop it in Applications, and the backpack appears in your menu bar.

Swift files
2
build script
1
daemons, accounts or patches
0
# clone and build
git clone https://github.com/rahulmax/Loadout.git
cd Loadout
./build.sh

# install and open
cp -R Loadout.app /Applications/
open /Applications/Loadout.app
  • macOS 14 Sonoma or later
  • Swift 5.9 toolchain (Xcode or Command Line Tools)
  • Claude Code, for the settings it manages