Installation
Prerequisites
Section titled “Prerequisites”| Requirement | Minimum | Check |
|---|---|---|
| Go | 1.26.1+ | go version |
Install
Section titled “Install”From source
Section titled “From source”go install github.com/scopweb/mcp-filesystem-go-light@latestDocker
Section titled “Docker”docker pull ghcr.io/scopweb/mcp-filesystem-go-light:latestBuild locally (Linux / macOS)
Section titled “Build locally (Linux / macOS)”git clone https://github.com/scopweb/mcp-filesystem-go-light.gitcd mcp-filesystem-go-lightgo build -o mcp-filesystem-go-light .Build locally (Windows)
Section titled “Build locally (Windows)”git clone https://github.com/scopweb/mcp-filesystem-go-light.gitcd mcp-filesystem-go-lightgo build -ldflags="-s -w" -o mcp-filesystem-go-light.exe .The resulting mcp-filesystem-go-light.exe can be placed anywhere and referenced by its full path in claude_desktop_config.json.
Verify
Section titled “Verify”mcp-filesystem-go-light --helpRun tests
Section titled “Run tests”go test ./filesystemserver -v