Perform file system operations such as browsing directories, reading files, searching, retrieving file info, finding large files, and checking disk usage on Windows systems.
Execute a sequence of Bash commands piped together on the MCP Filesystem Server. Combine commands for advanced processing, with results capturing both stdout and stderr.
Create or verify directory paths for projects using a single operation. Ensures nested directories exist or are created silently if already present, within allowed directories.
Send HTTP requests to external APIs by specifying URL, method, headers, and data. Integrate with external services effectively using this tool within the MCP Filesystem Server.
Generate a recursive JSON tree structure of files and directories, listing 'name', 'type' (file/directory), and 'children' for directories. Output is formatted for readability, providing clear visualization of accessible filesystem paths.
A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes via URIs and tools.
Enables comprehensive filesystem operations across Linux, macOS, and Windows with platform-aware command execution, secure path restrictions, and intelligent adaptations for file search, directory management, and shell commands specific to each operating system.
A secure Model Context Protocol server that provides controlled filesystem access within predefined directories, enabling AI models to perform file and directory operations with strict path validation.