
cross-code-organizer
by mcpware·★ 318·Score 50
Cross-platform configuration dashboard for AI coding tools including Claude Code and Codex CLI with MCP server management.
Overview
Cross-Code Organizer (CCO) is a comprehensive configuration dashboard for AI coding tools. It provides a unified interface to manage Claude Code memories, skills, agents, hooks, slash commands, MCP servers, sessions, and context budget tracking, as well as Codex CLI configurations. The tool features a three-step workflow: Scan to visualize all loaded configurations, Find to identify issues like duplicates or security risks, and Fix to reorganize or clean up configurations. It includes unique features like MCP security scanning to detect poisoned servers, context budget analysis to optimize token usage, and cross-harness compatibility between different AI coding environments.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose Cross-Code Organizer if you use multiple AI coding tools (Claude Code, Codex CLI) and need a unified way to manage configurations, detect security issues in MCP servers, and optimize context usage.
When NOT to choose this
Don't choose this if you only use a single AI coding tool without MCP servers, or if you need deep integration with specific IDEs beyond what this dashboard provides.
Tools this server exposes
12 tools extracted from the READMEscan_harnessScan Claude Code or Codex CLI configuration and display all loaded items
security_scan_mcp_serversScan MCP servers for potential tool poisoning and prompt injection
disable_mcp_serverDisable an MCP server for a specific project
move_config_itemMove a configuration item (memory, skill, etc.) to a different location
delete_duplicate_configsFind and remove duplicate configuration items across different scopes
distill_sessionCompress a Claude Code session by removing unnecessary tool outputs
show_effective_configDisplay what configuration is actually applied in the current project
view_context_budgetSee how many tokens are pre-loaded in Claude Code's context window
backup_harness_stateCreate a backup of the current harness configuration
list_projectsShow all projects detected by the harness
find_security_findingsList all security issues found in MCP servers
switch_harnessSwitch between different AI coding harnesses (Claude Code, Codex CLI)
Note: Tool names were inferred from the described functionality in the README. The README doesn't provide explicit tool names or MCP tool definitions, but describes various operations that would likely be exposed as MCP tools.
Comparable tools
Installation
Installation
- Run directly with npx:
npx @mcpware/cross-code-organizer
- For Claude Desktop integration:
{
"mcpServers": {
"cross-code-organizer": {
"command": "npx",
"args": ["@mcpware/cross-code-organizer"]
}
}
}First run auto-installs a /cco skill for Claude Code. Codex users can run the same npx command directly, then switch harnesses from the sidebar.
Compare cross-code-organizer with
Last updated · Auto-generated from public README + GitHub signals.