Skip to main content
Glama

fast-filesystem-mcp

by efforthye

fast_create_directory

Create directories programmatically with optional recursive functionality, designed for the stable and reliable fast-filesystem-mcp server.

Instructions

디렉토리를 생성합니다

Input Schema

NameRequiredDescriptionDefault
pathYes생성할 디렉토리 경로
recursiveNo재귀적 생성

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "생성할 디렉토리 경로", "type": "string" }, "recursive": { "default": true, "description": "재귀적 생성", "type": "boolean" } }, "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/efforthye/fast-filesystem-mcp'

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