by mark3labs · MCP Server · ★ 613
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP Filesystem Server This MCP server provides secure access to the local filesystem via the Model Context Protocol (MCP). Components Resources file:// Name: File System Description: Access to files and directories on the local file system Tools File Operations readfile Read the complete contents of a file from the file system Parameters: (required): Path to the file to read readmultiplefiles Read the contents of multiple files in a single operation Parameters: (required): List of file paths to read writefile Create a new file or overwrite an existing file with new content Parameters: (required): Path where to write the file, (required): Content to write to the file copyfile Copy files and directories Parameters: (required): Source path of the file or directory, (required): Destination path movefile Move or rename files and directories Parameters: (required): Source path of the file or directory, (required): Destination path deletefile Delete a file or directory from the file system Parameters: (required): Path to the file or directory to delete, (optional): Whether to recursively delete directories (default: false) modifyfile Update file by finding and replacing text using string...
| Stars | 613 |
| Forks | 102 |
| Language | Go |
| Category | MCP Server |
| License | MIT |
| Quality Score | 40.2/100 |
| Open Issues | 20 |
| Last Updated | 2025-11-24 |
| Created | 2024-11-28 |
| Platforms | go, mcp |
| Est. Tokens | ~7k |
These tools work well together with mcp-filesystem-server for enhanced workflows:
Explore other popular mcp server tools:
mcp-filesystem-server is Go server implementing Model Context Protocol (MCP) for filesystem operations.. It is categorized as a MCP Server with 613 GitHub stars.
mcp-filesystem-server is primarily written in Go.
You can find installation instructions and usage details in the mcp-filesystem-server GitHub repository at github.com/mark3labs/mcp-filesystem-server. The project has 613 stars and 102 forks, indicating an active community.
mcp-filesystem-server is released under the MIT license, making it free to use and modify according to the license terms.