organize
Open the Claude Code Organizer dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes
install
source · Clone the upstream repo
git clone https://github.com/mcpware/claude-code-organizer
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mcpware/claude-code-organizer "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/organize" ~/.claude/skills/mcpware-claude-code-organizer-organize && rm -rf "$T"
manifest:
skills/organize/SKILL.mdsource content
Organize — Claude Code Dashboard
Launch the Claude Code Organizer dashboard to visually manage all your customizations.
What to do
- Run the organizer server:
npx @mcpware/claude-code-organizer@latest $ARGUMENTS
-
Tell the user the dashboard is opening in their browser at
(or the next available port).http://localhost:3847 -
If the user provides
, pass it through as the argument.--port <number>
What this does
Opens a drag-and-drop web dashboard showing:
- All memories, skills, MCP servers, hooks, configs, and plugins
- Shows what loads globally vs per-project (Global and Project scopes)
- Move items between scopes via drag-and-drop
- Search, filter, and preview any item
- Delete items with undo support