Provides a Model Context Protocol (MCP) server implementation for Alibaba Cloud MaxCompute (ODPS).
MaxCompute serves as a Model Context Protocol (MCP) server for Alibaba Cloud's MaxCompute (ODPS). It offers a set of tools for querying and managing data within MaxCompute projects. These tools include functionalities for retrieving the latest partition of a table, executing SELECT queries, listing tables with their names and comments, and describing table schemas. The server integrates with Cline and requires proper configuration with Alibaba Cloud credentials and project details.
Key Features
01List all tables within a MaxCompute project.
02Describe the schema information of a specific table.
03Retrieve the latest partition name for a table.
04Execute SELECT queries on MaxCompute.
051 GitHub stars
Use Cases
01Automating data retrieval processes from MaxCompute.
02Programmatically querying MaxCompute tables for analysis.
03Managing and understanding MaxCompute table schemas.