HDFS
Provides a Model Context Protocol (MCP) server for managing the Hadoop Distributed File System, enabling integration with MCP-compatible clients.
소개
HDFS is a Model Context Protocol (MCP) server designed to facilitate seamless interaction with the Hadoop Distributed File System. By implementing the MCP standard, it allows various MCP-compatible clients, such as Claude Desktop, to perform a wide range of operations on HDFS. This server provides robust capabilities for managing HDFS directories and files, including listing contents, reading and writing files, creating and deleting directories, and retrieving file information, all while ensuring high availability and reliable operation for production environments.
주요 기능
- Comprehensive HDFS file and directory management operations
- Automatic retry mechanism for network errors
- Full TypeScript type safety for robust development
- High Availability (HA) support for HDFS clusters with automatic failover
- 0 GitHub stars
- Automatic HDFS path validation and normalization
사용 사례
- Integrating HDFS with Model Context Protocol (MCP) compatible desktop clients
- Providing programmatic access to HDFS for custom TypeScript applications
- Enabling remote file operations and management on Hadoop clusters