fastdfs

GitHub

FastDFS is a high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. Wechat/Weixin public account (Chinese Language): fastdfs

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fastdfs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fastdfs"
      ]
    }
  }
}