Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by sylphlab • File & Storage
Provides secure and efficient access to project files using the Model Context Protocol.
Read and write project files securely and efficiently.
Batch filesystem operations to reduce latency and token usage.
Manage file permissions and organization within a project root.
Filesystem MCP Server is a Node.js server implementing the Model Context Protocol to offer a robust suite of filesystem tools. It enables AI agents to securely and efficiently manage project files within a defined project root. Features include batch operations, file reading and writing, directory management, and permission control, all optimized for minimizing token usage and latency.
View file contents or list directory. For files: - Returns content with line numbers (format: " N\t<content>") - Use view_range to read specific lines [start, end] (1-indexed, inclusive) - Large files are truncated at 16000 characters For directories: - Lists contents with type indicator (/ for directories) - Shows 2 levels deep by default - Ignores hidden files and node_modules
Create or overwrite a file with the specified content. - Creates parent directories if they don't exist - Overwrites existing files without warning - Use absolute paths
Replace an exact string in a file. - old_str must match exactly and be unique in the file - If old_str appears 0 times or more than once, the operation fails - If new_str is omitted, old_str is deleted - Use absolute paths
Insert text at a specific line in a file. - insert_line = 0: Insert at the beginning - insert_line = N: Insert after line N - insert_line = -1: Insert at the end - insert_text should typically end with a newline - Use absolute paths
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.