Skip to main content
Glama

MCP Filesystem Server

MIT License
42
  • Apple
  • Linux

move_file

Relocate or rename files and directories within the MCP Filesystem Server, offering options to overwrite existing destinations for efficient file management.

Instructions

Move or rename files and directories.

Args: source: Source path destination: Destination path overwrite: Whether to overwrite existing destination ctx: MCP context Returns: Success or error message

Input Schema

NameRequiredDescriptionDefault
destinationYes
overwriteNo
sourceYes

Input Schema (JSON Schema)

{ "properties": { "destination": { "title": "Destination", "type": "string" }, "overwrite": { "default": false, "title": "Overwrite", "type": "boolean" }, "source": { "title": "Source", "type": "string" } }, "required": [ "source", "destination" ], "title": "move_fileArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/safurrier/mcp-filesystem'

If you have feedback or need assistance with the MCP directory API, please join our Discord server