Jarvis MCP Filesystem
/install jarvis-mcp-filesystem
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 — все базовые инструменты работают
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jarvis-mcp-filesystem - After installation, invoke the skill by name or use
/jarvis-mcp-filesystem - Provide required inputs per the skill's parameter spec and get structured output
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.