A comprehensive MCP (Model Context Protocol) server for file system operations, providing AI assistants with access to local files and directories.
Loading more......
An MCP server allowing AI assistants to perform filesystem operations like reading, writing, listing, moving files, and searching directories within allowed paths. Multiple implementations exist in different languages, all providing secure, controlled access to local filesystems via MCP.
A reimagined MCP server for filesystem access, featuring privacy-preserving path aliases and an optimized LLM-friendly API.
Provides file search functionality within filesystems, returning detailed metadata for discovered files based on path fragments.
A Model Context Protocol (MCP) server for enhanced file system operations including reading, writing, copying, moving files, directory management, and change tracking.
An MCP server for local file and directory management, pattern matching, and workflow automation via AI. Essential for automating file operations in development environments.
Enables AI models to perform file system operations (reading, creating, and listing files) on a local file system via a standardized Model Context Protocol interface.
A secure Model Context Protocol (MCP) server for performing file system operations. It enables AI assistants like Claude and other MCP-compatible systems to safely interact with local files and directories within a specified project directory, with robust path validation and security controls.
Source: GitHub Repository
list_directory): Lists all files and directories in the project directory, filtering out .gitignore patterns and .git folders.read_file): Reads the contents of a specified file (relative to the project directory).save_file): Atomically writes content to a file (relative to the project directory).append_file): Appends content to an existing file.delete_this_file): Deletes a specified file from the filesystem (operation is irreversible and restricted to the project directory).edit_file): Makes selective edits to files using advanced pattern matching and formatting. Supports: