use-mimo-bridge-mcp

use-mimo-bridge-mcp is a skill for Codex from Ichliebedich1/mimo-bridge-mcp. It costs 73 tokens per session (1,808 once invoked), scanned A, original, MIT.

A set of instructions for using MiMo Bridge MCP, a local connection that lets a coding agent delegate tasks to MiMo Code or Reasonix. It covers starting, waiting for, retrying, reviewing, and safely managing those tasks.

In plain words
What is it for?
Use it to hand coding or reasoning tasks to MiMo or Reasonix, track them with request and task IDs, retry safely, and inspect review packages, changes, or log endings within approved folders.
Why use it?
It gives delegated work clear limits and a consistent recovery process when requests time out or lose connection. It also helps the agent review only the files and logs needed for a decision.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to hand coding or reasoning tasks to MiMo or Reasonix, track them with request and task IDs, retry safely, and inspect review packages, changes, or log endings within approved folders.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Ichliebedich1/mimo-bridge-mcp --skill use-mimo-bridge-mcp
Clone the repo
git clone --depth 1 https://github.com/Ichliebedich1/mimo-bridge-mcp

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for use-mimo-bridge-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp/github.svg)](https://agentmods.dev/skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp)
Your own site
<a href="https://agentmods.dev/skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp"><img src="https://agentmods.dev/badge/skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for use-mimo-bridge-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp"><img src="https://agentmods.dev/badge/skills/ichliebedich1/mimo-bridge-mcp/use-mimo-bridge-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,808 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01808
Opus 5 $0.00036 $0.00904
Sonnet 5 $0.00015 $0.00362
Haiku 4.5 $0.00007 $0.00181

Measured 11d ago against content hash 4e7523b58550, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

use-mimo-bridge-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/use-mimo-bridge-mcp/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

使用 MiMo Bridge MCP

核心规则

把 MiMo Bridge 当作有边界的委派系统:Codex 负责规划和审查,MiMo 或 Reasonix 只在配置的安全边界内执行,最终合并、丢弃或继续任务的决定由 Codex 或用户作出。

默认从有界的 Review Package 开始,只有风险证据不足时,才读取相关 diff、文件或日志尾部。不要为了方便读取整个仓库、完整日志或完整 diff。

先选择正确的客户端

优先使用不依赖源码 node_modules 的发行客户端:

& "$env:LOCALAPPDATA\MiMoBridgeApp\MiMo Bridge Client.cmd" health

便携包中使用当前目录的 MiMo Bridge Client.cmd。只有明确在源码仓库开发时,才使用:

node .\scripts\mimo-bridge-client.mjs health

下文的 $Client 表示已经确认存在的发行客户端路径:

$Client = "$env:LOCALAPPDATA\MiMoBridgeApp\MiMo Bridge Client.cmd"

不要因为源码目录缺少 node_modules@modelcontextprotocol/sdk 就判定客户端不可用;发行客户端只使用内置 Node 模块和 REST。

首次检查

  1. 运行 & $Client health
  2. 确认 daemon.status="ok"daemon.identity="mimo-bridge-local-daemon/v1"mcp.status="ready"
  3. 检查 config.reload_required;为 true 时不要直接开始新任务。
  4. 如果 Codex 中缺少 MCP 工具,确认 MCP 地址为 http://127.0.0.1:3210/mcp。配置传输变化通常需要重启 Codex或新开会话。

委派流程

  1. 对含中文路径、空格、引号或多行目标的请求,创建 UTF-8 JSON 文件;不要用内联 PowerShell/Node 拼接 JSON。
  2. 为每次逻辑任务生成唯一且稳定的 idempotency_key,超时或断线重试时复用同一个键和完全相同的参数;不同逻辑任务不得共用该键。
  3. MiMo 使用 start;Reasonix 使用 agent-start --agent-id reasonix-tui
  4. 新任务应在 5 秒内返回 task_idrequest_idstatus="preparing_worktree"queue_stateidempotent_replay。这只是成功持久化占位任务,不代表 Agent 已运行。
  5. 启动阶段正常顺序是 preparing_worktree -> starting_agent -> running;路径冲突或容量限制可能让任务保持排队状态。
  6. 启动后只做一次有界等待,不要高频轮询 get_task
  7. detail_level="review" 的 Review Package 开始审查,再按风险最小化升级读取范围。
  8. 只有 Codex 或用户验收后才执行 finish/merge/discard/delete。

同一幂等键和同一请求会返回原任务,并设置 idempotent_replay=true;同一键配不同参数会返回 IDEMPOTENCY_CONFLICT。遇到超时不得换新键创建“替代任务”。

max_rounds 的有效范围是 1-10,MCP Schema 上限固定为 10

命令选择

MiMo 任务:

& $Client start --json .\task.json --idempotency-key "replace-with-one-stable-uuid"
& $Client wait --task-id task_xxx --timeout-seconds 1800
& $Client review --task-id task_xxx --detail-level review --max-chars 8000
& $Client recover --limit 5 --max-chars 8000

Reasonix 或通用 Agent 任务:

Read the full file on GitHub · 122 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 122 lines · 73 tokens per session scan A 4e7523b58550

Subscribe to this mod's changes

use-mimo-bridge-mcp is a skill published in the GitHub repository Ichliebedich1/mimo-bridge-mcp (3 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 1,808 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens