Skip to main content
File SystemsGo

mark3labs/mcp-filesystem-server

Golang implementation for local file system access.

file-systemslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mark3labs/mcp-filesystem-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-filesystem-server": {
      "command": "npx",
      "args": [
        "-y",
        "mark3labs/mcp-filesystem-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
Go
Author
mark3labs