Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by gabrielmaialva33 • File & Storage
A server providing secure filesystem access via the Model Context Protocol (MCP).
Secure access to predefined filesystem directories
Perform file operations like read, write, and move
Manage directories and access filesystem metadata securely
The Secure MCP Filesystem Server is designed to offer secure filesystem access to AI models through the Model Context Protocol. It ensures strict path validation to allow access only to predefined directories, enhancing security. The server supports operations like reading, writing, and moving files, along with directory management and metadata access. It is implemented using technologies like TypeScript and Docker, providing users with flexible installation options.
Read the complete contents of a file from the file system. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Only works within allowed directories.
Read the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.
Create a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.
Make line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories.
Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed directories.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.