Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Shutil

БесплатноНе проверен

Provides asynchronous file system operations (ls, cp, mv, etc.) with structured JSON output and optional jail restriction for AI agents.

GitHubEmbed

Описание

Provides asynchronous file system operations (ls, cp, mv, etc.) with structured JSON output and optional jail restriction for AI agents.

README

An MCP server providing asynchronous shell utilities using aioshutil.

This project offers a set of file system tools designed for AI agents, returning structured JSON output instead of raw text. This allows for more precise and direct consumption of file system data by AI models.

Features

  • Asynchronous Operations: Leverages aioshutil for non-blocking file system tasks.
  • JSON Output: All tools return minified JSON, optimized for AI agents.
  • Jail Support: Restrict file system access to a specific directory tree for security.
  • Detailed Metadata: Tools like ls provide comprehensive information (size, mtime, mode, owner, etc.).
  • HTTP Transport Support: Includes built-in support for SSE and Streamable HTTP transports.

Available Tools

  • ls: List directory contents with detailed metadata.
  • cp: Copy files or directories recursively.
  • mv: Move/rename files or directories.
  • rm: Remove files or directories recursively.
  • chmod: Change file/directory permissions.
  • chown: Change file/directory ownership.
  • disk_usage: Get disk usage statistics for a path.
  • which: Find the path to an executable.
  • cat: Read file content, optionally limited to a specific line range.
  • make_archive: Create archive files (zip, tar, etc.).
  • unpack_archive: Unpack archive files.
  • get_archive_formats: List supported archive formats.

Installation

pip install shutil-mcp

Usage

Run with stdio transport

shutil-mcp --transport stdio

Run with jail restriction

shutil-mcp --transport stdio --jail /path/to/projects

Run as SSE server

shutil-mcp --transport sse --jail /path/to/projects --port 8000

Development

See @DEVELOPMENT.md for detailed development instructions.

License

MIT

from github.com/cwt/shutil-mcp

Установка Shutil

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/cwt/shutil-mcp

FAQ

Shutil MCP бесплатный?

Да, Shutil MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Shutil?

Нет, Shutil работает без API-ключей и переменных окружения.

Shutil — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Shutil в Claude Desktop, Claude Code или Cursor?

Открой Shutil на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Shutil with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai