Are you the author? Sign in to claim
An MCP server providing asynchronous shell utilities
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.
aioshutil for non-blocking file system tasks.ls provide comprehensive information (size, mtime, mode, owner, etc.).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.pip install shutil-mcp
shutil-mcp --transport stdio
shutil-mcp --transport stdio --jail /path/to/projects
shutil-mcp --transport sse --jail /path/to/projects --port 8000
See @DEVELOPMENT.md for detailed development instructions.
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows