MCP Catalogs
首页cross-code-organizer screenshot

cross-code-organizer

by mcpware·318·综合分 50

跨平台AI编程工具配置面板,支持Claude Code和Codex CLI,具备MCP服务器管理功能。

developer-toolsai-llmsecurity
31
Forks
7
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Cross-Code Organizer (CCO)是一款综合性的AI编程工具配置面板。它提供统一界面管理Claude Code的记忆、技能、代理、钩子、斜杠命令、MCP服务器、会话和上下文预算跟踪,以及Codex CLI的配置。该工具采用三步工作流程:扫描可视化所有加载配置,查找识别重复或安全风险等问题,修复重新组织或清理配置。它包含独特功能,如MCP安全扫描检测受污染服务器、上下文预算分析优化令牌使用,以及不同AI编码环境间的跨工具兼容性。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:跨多个AI编程项目管理MCP服务器
:识别和删除重复记忆与配置
:扫描可能包含隐藏指令的受损MCP服务器

什么时候选它

如果您使用多个 AI 编程工具(Claude Code、Codex CLI)并需要统一管理配置、检测 MCP 服务器中的安全问题以及优化上下文使用,请选择 Cross-Code Organizer。

什么时候不要选它

如果您只使用单个 AI 编程工具且没有 MCP 服务器,或者需要比此仪表板提供的更深度的特定 IDE 集成,请不要选择此工具。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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)

说明: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.

可对比工具

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

安装

安装

  1. 使用npx直接运行:npx @mcpware/cross-code-organizer
  1. 对于Claude Desktop集成:
{
  "mcpServers": {
    "cross-code-organizer": {
      "command": "npx",
      "args": ["@mcpware/cross-code-organizer"]
    }
  }
}

首次运行会自动为Claude Code安装/cco技能。Codex用户可以直接运行相同的npx命令,然后从侧边栏切换工具。

cross-code-organizer 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。