Filesystem MCP Server for WSL
JSON →A filesystem server for Windows Subsystem for Linux (WSL), using native commands for faster file operations.
Tools · 14
- read_file Read complete contents of a file from WSL
- read_file_by_parts Read large files in parts of approximately 95,000 characters
- read_multiple_files Read multiple files simultaneously from WSL
- write_file Create or overwrite a file in WSL (use with caution)
- edit_file Selective edits with advanced pattern matching and formatting
- create_directory Create or ensure the existence of a directory in WSL
- list_directory List directory contents with [FILE] or [DIR] prefixes
- directory_tree Recursive JSON tree view of contents
- move_file Move or rename files/directories
- search_files Recursively search by name
- search_in_files Search for text patterns within files recursively
- get_file_info Detailed metadata
- list_allowed_directories Lists all directories accessible to the server
- list_wsl_distributions Lists available distributions and shows the active one
★ 13 GitHub stars