Blazing-fast, asynchronous MCP server for seamless filesystem operations.

Blazing-fast, asynchronous MCP server for seamless filesystem operations.

The Rust MCP Filesystem is a high-performance, asynchronous, and lightweight Model Context Protocol (MCP) server built in Rust for secure and efficient filesystem operations. Designed with security in mind, it operates in read-only mode by default and restricts clients from updating allowed directories via MCP Roots unless explicitly enabled, ensuring robust protection against unauthorized access. Leveraging asynchronous I/O, it delivers blazingly fast performance with a minimal resource footprint. Optimized for token efficiency, the Rust MCP Filesystem enables large language models (LLMs) to precisely target searches and edits within specific sections of large files and restrict operations by file size range, making it ideal for efficient file exploration, automation, and system integration.

217

24 Tools

Signed
Built by Docker
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

You can install this MCP server using:

Note: You should still configure the server and specify required secrets after installing it.

See client instructions below for how to connect the MCP Toolkit gateway to each client.

Connect the MCP Toolkit gateway to Claude Desktop using:

Once connected, you can install this MCP server using:

Note: You should still configure the server and specify required secrets after installing it.

Restart Claude Desktop for the changes to take effect.

Connect the MCP Toolkit gateway to Continue.dev using:

Once connected, you can install this MCP server using:

Note: You should still configure the server and specify required secrets after installing it.

Connect the MCP Toolkit gateway to Cursor using:

Once connected, you can install this MCP server using:

Note: You should still configure the server and specify required secrets after installing it.

Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more

"mcp": {
  "servers": {
    "MCP_DOCKER": {
      "command": "docker",
      "args": [
        "mcp",
        "gateway",
        "run"
      ],
      "type": "stdio"
    }
  }
}

Once connected, you can install this MCP server using:

Note: You should still configure the server and specify required secrets after installing it.

Connect the MCP Toolkit gateway to Gordon using:

Once connected, you can install this MCP server using:

Note: You should still configure the server and specify required secrets after installing it.

Manual installation

You can install the MCP server using:

Installation for

Related servers