Labsco
will-sh logo

HDFS MCP Server

from will-sh

Access and manage files on HDFS clusters using the MCP protocol, supporting operations like upload, download, move, and copy.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

HDFS MCP Server

HDFS MCP Server is a controller based on MCP (Model Context Protocol) that provides access to HDFS clusters through the MCP protocol. The server supports basic HDFS operations such as file upload, download, move, copy, and provides friendly error handling and connection testing capabilities.

Features

The HDFS MCP provides the following HDFS operations:

  • List directory contents
  • Read file contents
  • Create directories
  • Delete files/directories
  • Upload files to HDFS
  • Download files from HDFS
  • Get file/directory information
  • Get disk usage
  • Get cluster status
  • Copy/move files within HDFS

Notes

  • Ensure you have sufficient permissions to access the HDFS cluster
  • Large file operations may take longer, please be patient
  • It's recommended to test the connection before operations