Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Dec 21:12
· 5 commits to main since this release

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-filesystem

Linux (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-filesystem

macOS (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-filesystem

macOS (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-filesystem

Windows (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>.sha256

Documentation

What's New

See CHANGELOG.md for details.