WSL Filesystem
Provides a bridge between Windows and Linux environments by enabling access to WSL filesystem operations, allowing seamless reading, writing, editing, and management of files within WSL distributions directly from Windows.
6 stars
0 tools
Created Aug 2025
@webconsulting/webconsulting-wsl-filesystem-wsl-filesystemAbout
Provides a bridge between Windows and Linux environments by enabling access to WSL filesystem operations, allowing seamless reading, writing, editing, and management of files within WSL distributions directly from Windows.
Categories
general
Installation
npm
npm install @webconsulting/webconsulting-wsl-filesystem-wsl-filesystem
Configuration
{
"mcpServers": {
"webconsulting-wsl-filesystem-wsl-filesystem": {
"command": "npx",
"args": [
"-y",
"@webconsulting/webconsulting-wsl-filesystem-wsl-filesystem"
]
}
}
}