Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

move_file

Transfer files or directories from one location to another, or rename them by specifying source and destination paths within allowed filesystem limits.

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