Cross Code Organizer
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.
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
Maintainer
Works with
Installation
Manual Installation
npx cross-code-organizerConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-organizerOpen 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.
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.
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.
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.jsonlCross 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.
Cross Code Organizer Alternatives — Similar Developer Tools Servers
Looking for alternatives to Cross 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 Cross 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 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.