Fileman | Review-first file organization docs

Fileman MCP For Codex

Fileman already has a real Codex-friendly story today:

In plain language: Codex can help you understand and edit the plan, but it still cannot skip the same review-first safety gate a human uses.

Why Codex Is A Real Fit

Codex is a good fit for Fileman right now because the repo already ships these real pieces:

That means Codex is not being name-dropped as a fantasy partner. The connection exists because the MCP surface already exists.

What Codex Can Safely Do Today

Use Codex with Fileman when you want it to:

Think of it like asking a careful assistant to prepare the checklist, not giving that assistant the keys to drive the moving truck.

What Codex Cannot Do Today

Fileman does not currently let Codex:

Minimal Wiring

Codex already ships a first-party MCP command surface, so the shortest current route is:

codex mcp add fileman -- bash /absolute/path/to/fileman/tooling/runtime/run_mcp_stdio.sh

If you want to inspect the saved MCP configuration or remove it later:

codex mcp list
codex mcp remove fileman

The portable core is still just a stdio command. If you are wiring Fileman into a Codex client surface that wants JSON instead of the CLI helper, use:

{
  "name": "fileman",
  "command": "bash",
  "args": ["/absolute/path/to/fileman/tooling/runtime/run_mcp_stdio.sh"]
}

If you install the Python package entrypoint, fileman-mcp can be used instead of the shell wrapper.