Skip to main content
Glama

Filesystem MCP Server

by ai-yliu

create_directory

Create a new directory or verify its existence at a specified file path using the Filesystem MCP Server. Simplify directory management for efficient filesystem operations.

Instructions

Create new directory or ensure it exists

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the directory to create

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the directory to create", "type": "string" } }, "required": [ "path" ], "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