create_directory
Create or ensure the existence of directories, including nested structures, to organize files or set up project workflows. Works within predefined allowed paths.
Instructions
Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Useful for setting up project structure or organizing files. Only works within the allowed directory. Example: Enter 'src/components' to create nested directories.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path of the directory to create |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from AiDD MCP Server
- create_directory
- delete_file
- directory_tree
- edit_file
- execute_code
- execute_shell_script
- get_allowed_directory
- get_file_info
- get_system_info
- git_add
- git_checkout
- git_commit
- git_create_branch
- git_diff
- git_diff_staged
- git_diff_unstaged
- git_init
- git_log
- git_reset
- git_show
- git_status
- list_directory
- move_file
- read_file
- read_multiple_files
- search_files
- tree_sitter_map
- update_allowed_directory
- write_file
Related Tools
- @shariqriazz/vertex-ai-mcp-server
- @bsmi021/mcp-file-operations-server
- @Infisical/infisical-mcp-server
- @shariqriazz/vertex-ai-mcp-server
- @skydeckai/mcp-server-aidd