capabilities · what this server can do
19 tools detected·auth: no auth required
low risk● active ○ not requested · hover each badge for details
○ fs read○ fs write○ network○ exec○ eval○ secrets
why low risk: No elevated permissions requested — safe to connect.
- read_text_file— Read file with encoding auto-detection, converts to UTF-8
- read_multiple_files— Read multiple files concurrently with encoding support
- ⚠ write_file— Write file with encoding conversion from UTF-8
- edit_file— Replace text sequences with whitespace-flexible matching, returns diff
- list_directory— List files and directories with glob pattern filtering
+14 more tools
- tree— Compact indented tree view (85% fewer tokens)
- directory_tree— Recursive tree view as JSON (deprecated, use tree)
- search_files— Recursively search for files matching glob patterns
- grep_text_files— Regex search in file contents with encoding support
- detect_encoding— Auto-detect file encoding with confidence score and BOM detection
- detect_line_endings— Detect line ending style (crlf/lf/mixed) and find inconsistent lines
- convert_encoding— Convert file encoding from source to target encoding
- list_encodings— List all supported file encodings
- get_file_info— Get file/directory metadata (size, times, permissions)
- create_directory— Create directories recursively (mkdir -p)
- move_file— Move or rename files and directories
- copy_file— Copy a file (fails if destination exists)
- ⚠ delete_file— Delete a file (does not delete directories)
- list_allowed_directories— Show directories the server can access