MCP.so
Sign In
F

FileMoverMcp

@AdamTovatt

About FileMoverMcp

A file mover tool that stages and executes file moves safely. Works as both a CLI tool and an MCP server for AI agents.

Basic information

Category

Other

Transports

stdio

Publisher

AdamTovatt

Submitted by

Adam Tovatt

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "filemover": {
      "command": "fm",
      "args": [
        "--mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is FileMoverMcp?

A file mover tool that stages and executes file moves safely. It works as both a command-line tool (fm) and an MCP server for AI agents.

How to use FileMoverMcp?

Install it and run it either as a CLI tool (fm) or as an MCP server for AI agents. Commands follow a session-based workflow: stage moves, preview them, then commit.

Key features of FileMoverMcp

  • Session-based workflow: stage moves, preview, then commit.
  • Preview changes before executing any moves.
  • Validate file paths and detect conflicts.
  • Explicit opt-in required for overwriting existing files.
  • Clear, actionable error messages.

Use cases of FileMoverMcp

FAQ from FileMoverMcp

Comments

More Other MCP servers