Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

move_file

Move or rename files and directories within the Filesystem MCP Server by specifying source and destination paths for efficient file management.

Instructions

Move or rename files and directories

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination path
sourceYesSource path

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination path", "type": "string" }, "source": { "description": "Source path", "type": "string" } }, "required": [ "source", "destination" ], "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/ai-yliu/filesystem-mcp-server'

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