Claude Code Organizer
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
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
Maintainer
Works with
Installation
Manual Installation
npx claude-code-organizerConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-organizerOpen the web dashboard
Visit the URL printed to the console (typically http://localhost:PORT). The scope tree for ~/.claude/ is displayed automatically.
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.
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.
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.
Claude Code Organizer Alternatives — Similar Developer Tools Servers
Looking for alternatives to Claude Code Organizer? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Claude Code Organizer in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.