Filesystem-MCP-Server-SSE
If you are the rightful owner of Filesystem-MCP-Server-SSE and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Filesystem MCP Server SSE is a Node.js server implementing Model Context Protocol (MCP) for filesystem operations.
The Filesystem MCP Server SSE is a specialized server built using Node.js that implements the Model Context Protocol (MCP) to facilitate various filesystem operations. It allows users to perform actions such as reading and writing files, creating and managing directories, moving files and directories, searching for files, and retrieving file metadata. The server is designed to operate within specified directories, ensuring that all operations are contained within a defined scope for security and organization. This server is particularly useful for applications that require robust and flexible file management capabilities, and it can be integrated with different platforms using Docker or run locally. The server's API provides a comprehensive set of tools for interacting with the filesystem, making it a versatile solution for developers and system administrators.
Features
- Read/write files
- Create/list/delete directories
- Move files/directories
- Search files
- Get file metadata
Tools
read_file
Read complete contents of a file with UTF-8 encoding.
write_file
Create new file or overwrite existing file with specified content.
edit_file
Make selective edits using advanced pattern matching and formatting.
create_directory
Create new directory or ensure it exists, creating parent directories if needed.
search_files
Recursively search for files/directories with case-insensitive matching.