Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Filesystem (Rust)

FreeNot checked

Provides secure filesystem operations within allowed directories for controlled file management and data processing tasks.

GitHubEmbed

About

Provides secure filesystem operations within allowed directories for controlled file management and data processing tasks.

README

rs_filesystem: MCP Rust Filesystem tools

rs_filesystem is a simple set of filesystem tools that can be used in Claude desktop or any other MCP client.

CLI options

  • --mcp: Enable MCP server
  • --resources: display resources
  • --prompts: display prompts
  • --tools: display tools

How to use MCP CLI server in Claude Desktop?

  1. Edit claude_desktop_config.json: Claude Desktop -> Settings -> Developer -> Edit Config
  2. Add the following configuration to the servers section:
{
   "mcpServers": {
      "rs_filesystem": {
         "command": "/path/to/rs_filesystem",
         "args": [
            "--mcp"
         ],
         "env": {
            "MCP_RS_FILESYSTEM_ALLOWED_DIRECTORIES": "/path/number/one:/path/number/two"
         }
      }
   }
}

Make sure you use the actual path to the rs_filesystem binary. Make sure the MCP_RS_FILESYSTEM_ALLOWED_DIRECTORIES env variable is set to a colon-separated list of allowed directories. The tools will only work inside those directories.

If you want to check MCP log, please use tail -n 20 -f ~/Library/Logs/Claude/rs_filesystem.logs.jsonl.

References

from github.com/texasfortress-ai/rs_filesystem

Installing Filesystem (Rust)

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/texasfortress-ai/rs_filesystem

FAQ

Is Filesystem (Rust) MCP free?

Yes, Filesystem (Rust) MCP is free — one-click install via Unyly at no cost.

Does Filesystem (Rust) need an API key?

No, Filesystem (Rust) runs without API keys or environment variables.

Is Filesystem (Rust) hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Filesystem (Rust) in Claude Desktop, Claude Code or Cursor?

Open Filesystem (Rust) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Filesystem (Rust) with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs