MCP Catalogs
Homecross-code-organizer screenshot

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.

developer-toolsai-llmsecurity
31
Forks
7
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Managing multiple MCP servers across different AI coding projects
you:Identifying and removing duplicate memories and configurations
you:Scanning for potentially compromised MCP servers with hidden instructions

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 README
  • scan_harness

    Scan Claude Code or Codex CLI configuration and display all loaded items

  • security_scan_mcp_servers

    Scan MCP servers for potential tool poisoning and prompt injection

  • disable_mcp_server

    Disable an MCP server for a specific project

  • move_config_item

    Move a configuration item (memory, skill, etc.) to a different location

  • delete_duplicate_configs

    Find and remove duplicate configuration items across different scopes

  • distill_session

    Compress a Claude Code session by removing unnecessary tool outputs

  • show_effective_config

    Display what configuration is actually applied in the current project

  • view_context_budget

    See how many tokens are pre-loaded in Claude Code's context window

  • backup_harness_state

    Create a backup of the current harness configuration

  • list_projects

    Show all projects detected by the harness

  • find_security_findings

    List all security issues found in MCP servers

  • switch_harness

    Switch 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

claude-code-mcpmcp-security-scannercodex-cli-config-manager

Installation

Installation

  1. Run directly with npx: npx @mcpware/cross-code-organizer
  1. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.