mcp-fs-rust

smorand/mcp-fs-rust
★ 0 stars Rust File System Updated today
Streamable-HTTP MCP server exposing a simulated multi-project filesystem (Rust port of mcp-fs, 1:1 parity with the C# implementation)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-fs-rust": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-fs-rust"
      ]
    }
  }
}