← 返回 Skills 市场
claudedamir-art

Jarvis MCP Filesystem

作者 claudedamir-art · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
13
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jarvis-mcp-filesystem
功能描述
MCP сервер для работы с файловой системой через mcporter. Позволяет читать файлы, листать директории, искать файлы по маске.
使用说明 (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 — все базовые инструменты работают
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jarvis-mcp-filesystem
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jarvis-mcp-filesystem 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
MCP filesystem wrapper for workspace
元数据
Slug jarvis-mcp-filesystem
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Jarvis MCP Filesystem 是什么?

MCP сервер для работы с файловой системой через mcporter. Позволяет читать файлы, листать директории, искать файлы по маске. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 13 次。

如何安装 Jarvis MCP Filesystem?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jarvis-mcp-filesystem」即可一键安装,无需额外配置。

Jarvis MCP Filesystem 是免费的吗?

是的,Jarvis MCP Filesystem 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Jarvis MCP Filesystem 支持哪些平台?

Jarvis MCP Filesystem 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Jarvis MCP Filesystem?

由 claudedamir-art(@claudedamir-art)开发并维护,当前版本 v1.0.0。

💬 留言讨论