mcp-filesystem

Manage remote files and directories on an MCP server within allowed paths.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Paparusi/jarvis --skill mcp-filesystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-filesystem
Source: https://github.com/Paparusi/jarvis/tree/main/workspace/skills/mcp/filesystem
Command: npx skills add https://github.com/Paparusi/jarvis --skill mcp-filesystem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a secure and efficient way to interact with files and directories on a remote server, abstracting away the complexities of direct server access.

Core Features & Use Cases

  • File Operations: Read, write, edit, move, and delete files.
  • Directory Management: Create, list, and traverse directory structures.
  • Search & Info: Find files using patterns and retrieve detailed file metadata.
  • Use Case: You need to update a configuration file on a remote server. Use this Skill to read the file, make the necessary edits, and write the changes back, all without needing direct SSH access.

Quick Start

Use the mcp-filesystem skill to list all files and directories in the '/app/data' directory.

Frequently Asked Questions about mcp-filesystem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage remote files and directories on an MCP server?

You can manage remote files and directories on an MCP server by using a skill that provides tools to read, write, edit, move, and delete files. It also supports creating directories and listing contents with sizes.

Can I search for files by pattern and retrieve metadata on a remote server?

Yes, you can search for files by pattern and retrieve detailed file metadata on a remote server. This skill offers tools to find files using specific patterns and get comprehensive file information.

Does remote file management work without direct SSH access?

Yes, remote file management works without direct SSH access by abstracting away the complexities of direct server interaction. You can update configuration files, make edits, and write changes back remotely.

How do I generate a directory tree for remote directory management?

To generate a directory tree for remote directory management, you use the skill's traversal tools to visualize directory structures. This allows you to list contents and traverse directories efficiently.

What are the security limitations when performing remote file operations?

The security limitation for remote file operations is that the skill operates exclusively within a predefined list of allowed directories. This restricted access ensures that file and directory management remains secure.