Claude Code Organizer

v1.0.0Developer Toolsstable

MCP server + web dashboard for managing Claude Code's scope hierarchy. 4 tools: scan_inventory, move_item, delete_item, list_destinations. Scans ~/.claude/, shows scope inheritance tree, drag-and-drop between scopes. Also serves as a standalone web d

ai-coding-toolsai-config-dashboardai-toolsclaudeclaude-code
Share:
319
Stars
0
Downloads
0
Weekly
0/5

What is Claude Code Organizer?

Claude Code Organizer is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server + web dashboard for managing claude code's scope hierarchy. 4 tools: scan_inventory, move_item, delete_item, list_destinations. scans ~/.claude/, shows scope inheritance tree, drag-and-drop...

MCP server + web dashboard for managing Claude Code's scope hierarchy. 4 tools: scan_inventory, move_item, delete_item, list_destinations. Scans ~/.claude/, shows scope inheritance tree, drag-and-drop between scopes. Also serves as a standalone web d

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP server + web dashboard for managing Claude Code's scope

Use Cases

Manage Claude Code scope hierarchy.
Organize skills and memories.
Drag-and-drop scope management.
mcpware

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-code-organizer

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Code Organizer

Claude Code Organizer is an MCP server and web dashboard (published as the cross-code-organizer package) specifically designed to manage Claude Code's scope hierarchy—the layered system of global and per-project settings, skills, memories, agents, and MCP servers. It exposes four MCP tools (scan_inventory, move_item, delete_item, list_destinations) that let AI assistants programmatically reorganize configuration items, and provides a standalone web UI with a drag-and-drop interface for the same operations without writing any JSON by hand.

Prerequisites

  • Node.js 18 or later with npx available
  • Claude Code installed and initialized (so ~/.claude/ directory exists with populated config files)
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • No API keys or external accounts required
1

Start the Claude Code Organizer server

Run the package using npx. It launches a local HTTP server and prints the dashboard URL. The first run also auto-installs a /cco skill for Claude Code.

npx claude-code-organizer
2

Open the web dashboard

Visit the URL printed to the console (typically http://localhost:PORT). The scope tree for ~/.claude/ is displayed automatically.

3

Add the server to your MCP client config

Register the server in your Claude Desktop or Claude Code configuration so the four MCP tools are available for conversational use.

4

Scan your Claude Code inventory

Use the scan_inventory tool (or click the Scan button in the dashboard) to get a full listing of all skills, memories, MCP servers, agents, and hooks across all scopes.

5

Move or delete items between scopes

Use move_item to promote a project-level skill to global scope, or demote a global memory to a specific project. Use delete_item to remove stale entries. list_destinations shows valid target scopes before moving.

Claude Code Organizer Examples

Client configuration

Register claude-code-organizer (backed by the @mcpware/cross-code-organizer package) in Claude Desktop's config.

{
  "mcpServers": {
    "claude-code-organizer": {
      "command": "npx",
      "args": ["claude-code-organizer"]
    }
  }
}

Prompts to try

Interact with the four MCP tools from within your AI session.

- "Scan my Claude Code inventory and show me everything in global scope"
- "List all valid destinations for the 'geo' skill currently in project scope"
- "Move the 'deep-research' skill from my current project to global scope"
- "Delete the outdated memory entry named 'old-project-context' from global scope"
- "Show me the full scope inheritance tree for my current working directory"

Troubleshooting Claude Code Organizer

scan_inventory returns an empty result or 'directory not found'

Confirm that ~/.claude/ exists and contains at least CLAUDE.md or settings.json. Run 'claude' once to initialize the directory if it is missing. The server reads the filesystem directly and needs these files to be present.

move_item fails with 'destination scope not found'

Call list_destinations first to see valid scope paths for the item you want to move. Scope identifiers are filesystem paths under ~/.claude/ and must already exist. Create the target project scope by running Claude Code in that project directory at least once.

Frequently Asked Questions about Claude Code Organizer

What is Claude Code Organizer?

Claude Code Organizer is a Model Context Protocol (MCP) server that mcp server + web dashboard for managing claude code's scope hierarchy. 4 tools: scan_inventory, move_item, delete_item, list_destinations. scans ~/.claude/, shows scope inheritance tree, drag-and-drop between scopes. also serves as a standalone web d It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Code Organizer?

Follow the installation instructions on the Claude Code Organizer GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Code Organizer?

Claude Code Organizer works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Code Organizer free to use?

Yes, Claude Code Organizer is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-code-organizer": { "command": "npx", "args": ["-y", "claude-code-organizer"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Code Organizer?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides