Rust MCP stdio server exposing guarded file reads. First release with prebuilt binaries and build-provenance attestations.
Assets
| Platform | Asset |
|---|---|
| Linux x86_64 | chanfs-mcp-x86_64-unknown-linux-gnu.tar.gz |
| Linux ARM64 | chanfs-mcp-aarch64-unknown-linux-gnu.tar.gz |
| Windows x86_64 | chanfs-mcp-x86_64-pc-windows-msvc.zip |
| Windows ARM64 | chanfs-mcp-aarch64-pc-windows-msvc.zip |
Verify your download
Checksum (Linux):
sha256sum -c chanfs-mcp-x86_64-unknown-linux-gnu.tar.gz.sha256Checksum (Windows PowerShell):
$actual = (Get-FileHash .\chanfs-mcp-x86_64-pc-windows-msvc.zip -Algorithm SHA256).Hash.ToLower()
$expected = (Get-Content .\chanfs-mcp-x86_64-pc-windows-msvc.zip.sha256).Split()[0]
if ($actual -ne $expected) { throw "Checksum mismatch" }Build provenance (requires GitHub CLI):
gh attestation verify <asset-file> --repo chanderlud/chanfsSee the README for details.
Full Changelog: https://github.com/chanderlud/chanfs/commits/v0.1.0