mcp-filesystem-server

mark3labs/mcp-filesystem-server
★ 616 stars Go 📁 File System Updated 1mo ago
Go server implementing Model Context Protocol (MCP) for filesystem operations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-filesystem-serve": {
      "command": "go",
      "args": [
        "run",
        "github.com/mark3labs/mcp-filesystem-server@latest"
      ]
    }
  }
}

README Excerpt

This MCP server provides secure access to the local filesystem via the Model Context Protocol (MCP). - **file://** - Name: File System - Description: Access to files and directories on the local file system - **read_file** - Read the complete contents of a file from the file system - Parameters: `path` (required): Path to the file to read

Tools (1)

path