Movi | Review-first file organization docs

Movi MCP For Claude Code

Movi already has a real Claude Code story today:

In plain language: Claude Code can help with the planning desk, but it still does not get to walk into the warehouse and move boxes on its own.

Why Claude Code Is A Real Fit

Claude Code is a good current fit because Movi already ships:

This is not “future roadmap” wording. It is the current shipped MCP boundary.

Current Best Uses

Use Claude Code with Movi when you want it to:

Current Non-Goals

Do not describe the current Claude Code integration as:

apply.execute is intentionally absent from Movi MCP v1.

Minimal Wiring

Claude Code already exposes a first-party MCP management command, so the shortest current route is:

claude mcp add movi -- bash /absolute/path/to/movi-organizer/tooling/runtime/run_mcp_stdio.sh

If you want to inspect or remove the entry later:

claude mcp list
claude mcp remove movi

If your Claude Code setup wants the raw stdio shape instead of the helper command, the portable core is:

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

If you prefer an installed entrypoint, use movi-mcp when it is available in your environment.