Cross Code Organizer

v1.0.0Developer Toolsstable

Cross-Code Organizer (formerly Claude Code Organizer): cross-harness config dashboard for Claude Code, Codex CLI, MCP servers, skills, memories, agents, sessions, security scanning, context budget, and backups.

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

What is Cross Code Organizer?

Cross Code Organizer is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to cross-code organizer (formerly claude code organizer): cross-harness config dashboard for claude code, codex cli, mcp servers, skills, memories, agents, sessions, security scanning, context budget, an...

Cross-Code Organizer (formerly Claude Code Organizer): cross-harness config dashboard for Claude Code, Codex CLI, MCP servers, skills, memories, agents, sessions, security scanning, context budget, and backups.

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

Features

  • Cross-Code Organizer (formerly Claude Code Organizer): cross

Use Cases

Configure Claude Code and Codex.
Manage multi-harness settings.
Dashboard for AI tool configuration.
mcpware

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx cross-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 Cross Code Organizer

Cross-Code Organizer (CCO) is a web dashboard and MCP server that provides a unified configuration management interface for Claude Code, Codex CLI, and MCP servers across all your projects. It surfaces a visual scope-inheritance tree, lets you move or delete skills, memories, agents, hooks, and MCP server entries between global and project scopes, scans installed MCP servers for security vulnerabilities using 60 detection patterns, tracks per-item token budgets, and includes a session distiller that compresses large session files by up to 90%. No API keys are needed because CCO reads only local filesystem configuration.

Prerequisites

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

Start Cross-Code Organizer

Run the package with npx. It starts a local web server and prints the dashboard URL to stdout. No installation step is needed.

npx @mcpware/cross-code-organizer
2

Open the dashboard in your browser

Navigate to the URL printed by the command (typically http://localhost:PORT). The dashboard auto-detects your Claude Code and Codex CLI configurations.

3

Add Cross-Code Organizer as an MCP server

Register it in your Claude Desktop or Claude Code MCP config so you can also invoke its tools conversationally from within your AI client.

4

Run an MCP security scan

In the dashboard, navigate to the MCP Servers section and click the security scan button. CCO checks all installed servers against 60 detection patterns including obfuscation, data exfiltration, and prompt injection.

5

Distill large session files to reclaim disk space

Use the CLI distill flag or the dashboard's Distill button on any session row to compress verbose JSONL session files while preserving the conversation content.

npx @mcpware/cross-code-organizer --distill ~/.claude/sessions/your-session.jsonl

Cross Code Organizer Examples

Client configuration

Register Cross-Code Organizer as an MCP server in Claude Desktop so its tools are available conversationally.

{
  "mcpServers": {
    "cross-code-organizer": {
      "command": "npx",
      "args": ["@mcpware/cross-code-organizer"]
    }
  }
}

Prompts to try

Use the dashboard or ask Claude directly when the server is connected.

- "Show me the effective MCP configuration for my current project"
- "Scan all installed MCP servers for security issues"
- "Move the memory item X from global scope to this project scope"
- "How many tokens are my always-loaded MCP servers consuming?"
- "Distill my last Claude Code session to reduce its file size"

Troubleshooting Cross Code Organizer

Dashboard shows no configuration or an empty scope tree

Make sure Claude Code has been used at least once so that ~/.claude/ and ~/.claude.json exist. CCO reads these paths directly; if Claude Code was installed in a non-standard location the dashboard may not find the files.

Port conflict when starting the dashboard

If the default port is already in use, kill the conflicting process or restart CCO after freeing the port. Check for another CCO instance already running with 'lsof -i :<port>' and terminate it before starting a new one.

Frequently Asked Questions about Cross Code Organizer

What is Cross Code Organizer?

Cross Code Organizer is a Model Context Protocol (MCP) server that cross-code organizer (formerly claude code organizer): cross-harness config dashboard for claude code, codex cli, mcp servers, skills, memories, agents, sessions, security scanning, context budget, and backups. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Cross Code Organizer?

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

Which AI clients work with Cross Code Organizer?

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

Is Cross Code Organizer free to use?

Yes, Cross Code Organizer is open source and available under the MIT 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": { "cross-code-organizer": { "command": "npx", "args": ["-y", "cross-code-organizer"] } } }

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

Read the full setup guide →

Ready to use Cross 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