Skip to main content
Glama

Code MCP Server

by block

create_directory

Generate new directories in VS Code using the Model Context Protocol with this tool, enabling AI agents to manage file structures programmatically.

Instructions

Create a new directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath for the new directory

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path for the new directory", "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/block/vscode-mcp'

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