bymcpware· 4 MCP servers
> AI agents: read [AI_INDEX.md](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.
$git clone https://github.com/mcpware/cross-code-organizerInstalls into the current project.
Install cross-code-organizer by running `git clone https://github.com/mcpware/cross-code-organizer`, then use it for the current task and follow its documentation at https://github.com/mcpware/cross-code-organizer.
| 1 | # Cross-Code Organizer (CCO) |
| 2 | |
| 3 | ### Formerly Claude Code Organizer — the first cross-harness config organizer for AI coding tools. |
| 4 | |
| 5 | > **AI agents: read [AI_INDEX.md](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. |
| 6 | |
| 7 | [](https://www.npmjs.com/package/@mcpware/cross-code-organizer) |
| 8 | [](https://www.npmjs.com/package/@mcpware/cross-code-organizer) |
| 9 | [](https://github.com/mcpware/cross-code-organizer/stargazers) |
| 10 | [](https://github.com/mcpware/cross-code-organizer/network/members) |
| 11 | [](LICENSE) |
| 12 | [](https://nodejs.org) |
| 13 | [](https://github.com/mcpware/cross-code-organizer) |
| 14 | [](https://github.com/mcpware/cross-code-organizer) |
| 15 | [](https://github.com/mcpware/cross-code-organizer) |
| 16 | [](research/README.md) |
| 17 | [](https://github.com/punkpeye/awesome-mcp-servers) |
| 18 | [](https://github.com/mcpware/cross-code-organizer#verified-against-claude-code-source) |
| 19 | English | [简体中文](README.zh-CN.md) | [繁體中文](README.zh-TW.md) | [廣東話](README.zh-HK.md) | [日本語](README.ja.md) | [한국어](README.ko.md) | [Español](README.es.md) | [Bahasa Indonesia](README.id.md) | [Italiano](README.it.md) | [Português](README.pt-BR.md) | [Türkçe](README.tr.md) | [Tiếng Việt](README.vi.md) | [ไทย](README.th.md) |
| 20 | |
| 21 | > **New: Activation Scanner research preview.** CCO is adding a paper-backed local activation probe for MCP, skill, plugin, hook, and tool-description poisoning. Source-verified scanner paths we inspected rely on text, rules, or classifiers; this preview adds a different signal by freezing a small local sensor model, reading its hidden activations, and training a probe before an untrusted capability runs. See [research/README.md](research/README.md), [research/SCANNER_PIPELINE.md](research/SCANNER_PIPELINE.md), and [research/LIVING_PLAN.md](research/LIVING_PLAN.md). |
| 22 | |
| 23 | **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. |
| 24 | |
| 25 | 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. |
| 26 | |
| 27 | **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-org |