AiDD MCP Server
by skydeckai
search_files
Search for files and directories matching a pattern. The search is recursive and case-insensitive. Only searches within the allowed directory. Returns paths relative to the allowed directory. Searches in file and directory names, not content. For searching within file contents, use the tree_sitter_map tool which can locate specific code elements like functions and classes. Example: pattern='.py' finds all Python files, pattern='test' finds all items with 'test' in the name.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_hidden | No | Whether to include hidden files and directories (defaults to false) | |
path | No | Starting directory for the search (defaults to allowed directory) | |
pattern | Yes | Pattern to search for in file and directory names |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- get_allowed_directory
- write_file
- update_allowed_directory
- create_directory
- edit_file
- list_directory
- read_file
- read_multiple_files
- move_file
- search_files
- delete_file
- get_file_info
- directory_tree
- execute_code
- execute_shell_script
- tree_sitter_map
- git_init
- git_status
- git_diff_unstaged
- git_diff_staged
- git_diff
- git_commit
- git_add
- git_reset
- git_log
- git_create_branch
- git_checkout
- git_show
- get_system_info