v1.1.0
mcp-filesystem Release v1.1.0
Installation
Download the appropriate binary for your platform:
Linux (x86_64):
wget https://github.com/LaurieRhodes/mcp-filesystem-go/releases/download/v1.1.0/mcp-filesystem-linux-amd64
chmod +x mcp-filesystem-linux-amd64
sudo mv mcp-filesystem-linux-amd64 /usr/local/bin/mcp-filesystemLinux (ARM64):
wget https://github.com/LaurieRhodes/mcp-filesystem-go/releases/download/v1.1.0/mcp-filesystem-linux-arm64
chmod +x mcp-filesystem-linux-arm64
sudo mv mcp-filesystem-linux-arm64 /usr/local/bin/mcp-filesystemmacOS (Intel):
wget https://github.com/LaurieRhodes/mcp-filesystem-go/releases/download/v1.1.0/mcp-filesystem-darwin-amd64
chmod +x mcp-filesystem-darwin-amd64
sudo mv mcp-filesystem-darwin-amd64 /usr/local/bin/mcp-filesystemmacOS (Apple Silicon):
wget https://github.com/LaurieRhodes/mcp-filesystem-go/releases/download/v1.1.0/mcp-filesystem-darwin-arm64
chmod +x mcp-filesystem-darwin-arm64
sudo mv mcp-filesystem-darwin-arm64 /usr/local/bin/mcp-filesystemWindows (x86_64):
Download mcp-filesystem-windows-amd64.exe and add to your PATH.
Verification
Verify your download using the SHA256 checksums:
sha256sum -c mcp-filesystem-<platform>-<arch>.sha256Documentation
What's New
See CHANGELOG.md for details.