Skip to content

Commit fa49ef3

Browse files
committed
chore: update readme
1 parent 51770fe commit fa49ef3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,34 @@ This project is a pure Rust rewrite of the JavaScript-based **@modelcontextproto
1919
Refer to the [quickstart](quickstart.md) guide for installation and configuration instructions.
2020

2121

22+
#### **Shell script**
23+
24+
<!-- x-release-please-start-version -->
25+
26+
```sh
27+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.6/rust-mcp-filesystem-installer.sh | sh
28+
```
29+
30+
#### **PowerShell script**
31+
32+
```sh
33+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.3.6/rust-mcp-filesystem-installer.ps1 | iex"
34+
```
35+
36+
37+
38+
#### **Homebrew**
39+
40+
```sh
41+
brew install rust-mcp-stack/tap/rust-mcp-filesystem
42+
```
43+
44+
#### **Download Binaries**
45+
46+
https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/tag/v0.3.6
47+
48+
<!-- x-release-please-end -->
49+
2250
## Purpose
2351

2452
This project aims to provide a reliable, secure, and feature-rich MCP server for filesystem management, reimagining the capabilities of **@modelcontextprotocol/server-filesystem** in a more performant and type-safe language. Whether you’re using this for file exploration, automation, or system integration, rust-mcp-filesystem offers a solid foundation.

0 commit comments

Comments
 (0)