Cross-Code Organizer (CCO)
Formerly Claude Code Organizer — the first cross-harness config organizer for AI coding tools.
AI agents: read AI_INDEX.md first. It is the navigation manifest for this codebase — where to find every module, how they connect, and where to look before making any claim about the code.
English | 简体中文 | 繁體中文 | 廣東話 | 日本語 | 한국어 | Español | Bahasa Indonesia | Italiano | Português | Türkçe | Tiếng Việt | ไทย
Cross-Code Organizer (CCO) is a cross-harness config organizer for AI coding tools. One dashboard, every harness — Claude Code, Codex CLI, and any future harness you plug in. Switch harnesses from the sidebar, inspect what each tool loads, and clean up your AI coding environment without spelunking through hidden folders.
CCO gives you cross-harness visibility. Claude Code has memories, skills, agents, hooks, slash commands, MCP servers, sessions, and context budget tracking. Codex CLI has AGENTS instructions, profiles, sessions, history, shell snapshots, TOML config, MCP servers, and skills. CCO scans each harness through its own adapter, shows the results in one dashboard, and lets you work across harness boundaries — preview files, run MCP security scans, back up harness state, and clean up misplaced config. Adding another harness is one adapter file.
Rename note for search: Cross-Code Organizer is the current name of the project formerly known as Claude Code Organizer (claude-code-organizer). If you are looking for a Claude Code memory manager, Claude Code MCP security scanner, Codex CLI config viewer, Cross Code Organizer, or cross-code-organizer, you are in the right place.
v0.19.3 — Claude Code previews now survive markdown renderer failures, plugin-provided skills are scanned, and project discovery handles non-ASCII paths, lossy encoded paths, and symlinked directories.
Scan for poisoned MCP servers. Reclaim wasted context tokens. Disable MCP servers per-project. Find and delete duplicate memories. Move misplaced configs where they belong.
Privacy: CCO reads selected harness config files on your machine (~/.claude/, ~/.codex/, and project-level config). It does not send usage telemetry. It does check the npm registry for version updates unless network access is blocked.

314 tests (113 unit + 201 E2E) | Zero telemetry | Demo recorded by AI using Pagecast
100+ stars in 5 days. Built by a CS dropout who found 140 invisible config files controlling AI coding tools and decided no one should have to cat each one. First open source project — thank you to everyone who starred, tested, and reported issues.
The Loop: Scan, Find, Fix
Every time you use an AI coding harness, three things happen silently:
- You don't know what your harness actually loads. Each tool has its own rules — MCP servers follow precedence, agents shadow each other by name, settings merge across files, AGENTS instructions apply by directory. You can't see what's active without digging through multiple hidden directories.