
cross-code-organizer
by mcpware·★ 318·综合分 50
跨平台AI编程工具配置面板,支持Claude Code和Codex CLI,具备MCP服务器管理功能。
概述
Cross-Code Organizer (CCO)是一款综合性的AI编程工具配置面板。它提供统一界面管理Claude Code的记忆、技能、代理、钩子、斜杠命令、MCP服务器、会话和上下文预算跟踪,以及Codex CLI的配置。该工具采用三步工作流程:扫描可视化所有加载配置,查找识别重复或安全风险等问题,修复重新组织或清理配置。它包含独特功能,如MCP安全扫描检测受污染服务器、上下文预算分析优化令牌使用,以及不同AI编码环境间的跨工具兼容性。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
如果您使用多个 AI 编程工具(Claude Code、Codex CLI)并需要统一管理配置、检测 MCP 服务器中的安全问题以及优化上下文使用,请选择 Cross-Code Organizer。
什么时候不要选它
如果您只使用单个 AI 编程工具且没有 MCP 服务器,或者需要比此仪表板提供的更深度的特定 IDE 集成,请不要选择此工具。
此 server 暴露的工具
从 README 抽取出 12 个工具scan_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)
说明: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.
可对比工具
安装
安装
- 使用npx直接运行:
npx @mcpware/cross-code-organizer
- 对于Claude Desktop集成:
{
"mcpServers": {
"cross-code-organizer": {
"command": "npx",
"args": ["@mcpware/cross-code-organizer"]
}
}
}首次运行会自动为Claude Code安装/cco技能。Codex用户可以直接运行相同的npx命令,然后从侧边栏切换工具。
cross-code-organizer 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。