能力标签
Lossless-Codex-Orchestrator
🔌
MCP工具

Lossless-Codex-Orchestrator

基于 TypeScript · 让 AI 助手直接操作你的系统与工具
英文名:Lossless-Codex-Orchestrator-LCO
⭐ 69 Stars 💻 TypeScript 📄 NOASSERTION 🏷 AI 8.0分
8.0AI 综合评分
mcpagent-toolsai-agentsai-coding-assistantcodexcodex-clitypescript
✦ AI Skill Hub 推荐

Lossless-Codex-Orchestrator 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

Lossless-Codex-Orchestrator 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 Lossless-Codex-Orchestrator,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。Lossless-Codex-Orchestrator 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 Lossless-Codex-Orchestrator 评为 AI 评分 8.0 分,属于同类工具中的优质选择。

📋 工具概览

Lossless-Codex-Orchestrator 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 69
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
NOASSERTION
AI 综合评分
8.0 分
工具类型
MCP工具
Forks

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

Lossless-Codex-Orchestrator 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/100yenadmin/Lossless-Codex-Orchestrator-LCO

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "lossless-codex-orchestrator": {
      "command": "npx",
      "args": ["-y", "lossless-codex-orchestrator-lco"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 Lossless-Codex-Orchestrator 执行以下任务...
Claude: [自动调用 Lossless-Codex-Orchestrator MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "lossless-codex-orchestrator": {
      "command": "npx",
      "args": ["-y", "lossless-codex-orchestrator-lco"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 28/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Lossless Codex Orchestrator

LCO turns local Codex sessions into searchable, bounded, approval-aware work objects for OpenClaw.

Enchanted open-claw conductor guiding bounded session cards and an abstract code beast in a dark technical workshop

npm latest npm beta CI CodeQL License PRs welcome

Use it when an agent or user needs to answer: what sessions are active, what did they plan, what did they finish, what files did they touch, and what is the next safe action without rereading raw transcripts.

What LCO gives agentsWhy it matters
Searchable local session memoryFind plans, finals, touched files, and refs without raw transcript rereads.
Bounded evidence expansionRead compact public-safe briefs before opening larger source material.
Approval-gated boundariesDry-run Codex actions and verify matching audit ids before any live control.
OpenClaw/MCP toolsUse the same local-first recall and approval-bounded surfaces from agent workflows.

Setup · Contributing · Agent Instructions · Agent Skill · OpenClaw Plugin · Security · Code of Conduct · Vision · Privacy · Claude Boundary · Claim Audit · QA Lab · Release Notes · 1.2.4 Notes · 1.2.3 Notes · 1.2.2 Notes · 1.2.1 Notes · 1.2.0 Notes · 1.1.4 Notes · 1.0 Notes · License

Install

Requirements:

  • Node.js 22 or newer
  • npm
  • local Codex session files, usually under ~/.codex/sessions
  • OpenClaw Desktop/CLI if you want installed loo_* tools through OpenClaw

Stable install:

npm install -g lossless-openclaw-orchestrator@latest
loo doctor

Beta train, when you explicitly want the newest prerelease:

npm install -g lossless-openclaw-orchestrator@beta

Package channels:

  • latest is the stable public channel.
  • beta is the active prerelease train.
  • next is reserved for release candidates.

Full first-run instructions live in docs/SETUP.md.

First Workflow

Search for a session:

loo search "billing bridge proposed plan"

Describe a result:

loo describe codex_thread:<thread-id>

Expand a bounded brief:

loo expand-ref --profile brief --token-budget 1000 codex_thread:<thread-id>

Expand from a query when you do not know the ref yet:

loo expand-query --profile brief --token-budget 1000 "billing bridge"

For normal agent workflows, start with the compact public/operator facade instead of treating every loo_* tool as a peer:

StepToolPurpose
1loo_prepared_inboxStart from the compact prepared-state operating picture.
2loo_describe_refLook up a specific session or source ref from the inbox.
3loo_expand_queryExpand one bounded evidence brief when the ref is not known.
4loo_recent_sessionsRefresh recent or active cards after reads or approved actions.
5loo_attention_inboxReview the compact attention queue before choosing a next action.
6loo_project_digestProduce a bounded provenance and handoff digest.
7loo_codex_control_dry_runCreate the exact dry-run action packet and approval hashes.
8loo_codex_resume_threadRun an approved resume only after the matching audit id.

Other declared tools remain available as workflow_detail, proof_debug, or internal_low_level surfaces for setup, diagnosis, proof, and recovery. Their existence is deliberate: normal agents should start from the facade, then drop to the lower tiers only when the compact path returns a specific next step or blocker.

loo_codex_control_dry_run returns the audit id and hashes an agent should show before any live start/resume/send/steer/interrupt call. Live control requires the matching approval_audit_id.

Live Codex control results include proof_state fields for accepted_by_transport, started, completed, persisted, and unverified_pending. Transport acceptance is not durable execution: when unverified_pending is true, run the returned next_proof read-only tool call before claiming the turn or thread completed, persisted, or is safe to build on.

The packaged agent playbook is skills/lossless-openclaw-orchestrator/SKILL.md.

Naming policy: LCO is the public product abbreviation and lco_* is the forward public alias target for new user-facing tool names. The currently callable OpenClaw/MCP tools still use the historical loo_* runtime prefix, so examples that must run today continue to show loo_* until #434 lands a tested alias layer. Do not delete or silently rename the loo_* tools; keep them as backward-compatible aliases when lco_* aliases are added.

🎯 aiskill88 AI 点评 A 级 2026-07-05

高质量的MCP工具,自动化编码辅助和审批

⚡ 核心功能

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考README.md文档
💡 AI Skill Hub 点评

经综合评估,Lossless-Codex-Orchestrator 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
📚 深入学习 Lossless-Codex-Orchestrator
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 Lossless-Codex-Orchestrator-LCO
原始描述 开源MCP工具:Index, search, summarize, and approval-gate local Codex sessions through OpenCla。⭐69 · TypeScript
Topics mcpagent-toolsai-agentsai-coding-assistantcodexcodex-clitypescript
GitHub https://github.com/100yenadmin/Lossless-Codex-Orchestrator-LCO
License NOASSERTION
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/100yenadmin/Lossless-Codex-Orchestrator-LCO

收录时间:2026-07-05 · 更新时间:2026-07-05 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →