
Claude Code Organizer
Visually reorder and group Claude Code memories, skills, MCP servers, commands, agents, and rules so your agent stack stays readable as it grows.
Overview
Claude Code Organizer is an MCP server for the Build phase that lets you drag-and-drop reorder Claude Code memories, skills, MCP servers, commands, agents, and rules instead of editing config files by hand.
What is this MCP server?
- Drag-and-drop organization for six Claude Code artifact types: memories, skills, MCP servers, commands, agents, and rule
- Stdio MCP transport via npm package @mcpware/claude-code-organizer (v0.5.4)
- Reduces hand-editing of scattered config when your skill and MCP list gets long
- GitHub source at mcpware/claude-code-organizer for local registration in Claude Code
- Keeps high-priority tools and context at the top of your session without renaming files
- Server version 0.5.4 per MCP server.schema.json
- npm identifier @mcpware/claude-code-organizer with stdio transport
- Organizes six artifact types named in the server description: memories, skills, MCP servers, commands, agents, and rules
What problem does it solve?
When Claude Code accumulates dozens of skills, MCP servers, and rules, manual file edits make it painful to prioritize tools and easy to break your agent setup.
Who is it for?
Solo builders and indie devs who run Claude Code with many skills and MCP servers and want a quick visual pass to reorder and group their stack.
Skip if: Teams that only touch agent config through shared CI templates, or anyone who uses Claude Code with a single skill and no MCP sprawl.
What do I get? / Deliverables
After you add the stdio MCP server, you get a drag-and-drop layout for memories, skills, MCP servers, commands, agents, and rules so the right context and tools surface first in every session.
- Drag-and-drop ordered layout for memories, skills, MCP servers, commands, agents, and rules
- Cleaner Claude Code workspace without hand-editing every config file
- Registered local stdio MCP server ready for daily agent sessions
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the tool configures how Claude Code loads and prioritizes skills, MCP servers, and related artifacts before and during product work. Agent-tooling is the right subphase: this MCP server manages the Claude Code workspace itself, not app frontend, backend, or shipping gates.
How it compares
MCP workspace organizer for Claude Code config, not a coding skill, integration connector, or skills marketplace.
Common Questions / FAQ
Who is Claude Code Organizer for?
It is for solo builders and power users of Claude Code who manage multiple memories, skills, MCP servers, commands, agents, and rules and want visual organization without manual JSON edits.
When should I use Claude Code Organizer?
Use it during Build agent-tooling whenever you add MCP servers or skills, change priorities, or clean up a cluttered Claude Code workspace before a focused coding session.
How do I add Claude Code Organizer to my agent?
Install @mcpware/claude-code-organizer from npm, register it as a stdio MCP server in Claude Code pointing at the package, then use its tools to drag-and-drop your artifacts into order.