← Back to Skills Marketplace
claudedamir-art

Jarvis MCP Filesystem

by claudedamir-art · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
13
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jarvis-mcp-filesystem
Description
MCP сервер для работы с файловой системой через mcporter. Позволяет читать файлы, листать директории, искать файлы по маске.
README (SKILL.md)

MCP Filesystem

MCP сервер, дающий Jarvis доступ к файловой системе рабочей области.

Доступные инструменты (tools)

Через mcporter call --stdio "mcp-server-filesystem \x3Croot>" \x3Ctool> \x3Cargs>:

read_file

Чтение содержимого файла.

mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" read_file path=/root/.openclaw/workspace/FILE.md

list_directory

Листинг содержимого директории.

mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" list_directory path=/root/.openclaw/workspace

search_files

Поиск файлов по маске.

mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" search_files pattern="*.md" path=/root/.openclaw/workspace/models

get_file_info

Информация о файле (размер, даты, права).

mcporter call --stdio "mcp-server-filesystem /root/.openclaw/workspace" get_file_info path=/root/.openclaw/workspace/MEMORY.md

Конфигурация

Конфиг: /root/.openclaw/workspace/config/mcporter.json

{
  "mcpServers": {
    "filesystem": {
      "command": "mcp-server-filesystem",
      "args": ["/root/.openclaw/workspace"],
      "type": "stdio"
    }
  }
}

Установка

npm install -g mcp-server-filesystem

Примечания

  • Сервер работает только в пределах /root/.openclaw/workspace (песочница)
  • Не требует постоянного процесса — запускается по требованию через stdio
  • Ресурсы: ~0 (запускается и умирает, ничего не держит в памяти)
  • Тестировалось: 07.05.2026 — все базовые инструменты работают
Usage Guidance
This appears safe for its stated purpose if you want the agent to access files in /root/.openclaw/workspace. Before installing, make sure that directory does not contain private files you do not want the agent to read, and verify the npm package source/version because the dependency code was not included in the review.
Capability Analysis
Type: OpenClaw Skill Name: jarvis-mcp-filesystem Version: 1.0.0 The skill bundle provides standard filesystem management capabilities (reading, listing, and searching files) using the Model Context Protocol (MCP) and the legitimate 'mcp-server-filesystem' npm package. All operations are documented to occur within a specific workspace sandbox (/root/.openclaw/workspace), and there are no signs of malicious intent, data exfiltration, or prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
The stated purpose is filesystem access, and the documented tools read, list, search, and inspect files. This is sensitive but coherent with the skill description and scoped to the workspace.
Instruction Scope
The examples consistently use /root/.openclaw/workspace and the notes state the server works only within that sandbox. Users should still verify the configured root path before use.
Install Mechanism
The skill is instruction-only and asks the user to install a global npm package without a pinned version. This is common for CLI/MCP skills, but the package code itself was not included in the reviewed artifacts.
Credentials
No environment variables, credentials, network services, or broad system permissions are requested in the metadata. The hard-coded /root path is more of a portability issue than a security concern.
Persistence & Privilege
The artifact says the server starts on demand over stdio and does not keep a persistent process. No privilege escalation or credential use is disclosed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jarvis-mcp-filesystem
  3. After installation, invoke the skill by name or use /jarvis-mcp-filesystem
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
MCP filesystem wrapper for workspace
Metadata
Slug jarvis-mcp-filesystem
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Jarvis MCP Filesystem?

MCP сервер для работы с файловой системой через mcporter. Позволяет читать файлы, листать директории, искать файлы по маске. It is an AI Agent Skill for Claude Code / OpenClaw, with 13 downloads so far.

How do I install Jarvis MCP Filesystem?

Run "/install jarvis-mcp-filesystem" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Jarvis MCP Filesystem free?

Yes, Jarvis MCP Filesystem is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Jarvis MCP Filesystem support?

Jarvis MCP Filesystem is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Jarvis MCP Filesystem?

It is built and maintained by claudedamir-art (@claudedamir-art); the current version is v1.0.0.

💬 Comments