MaxCompute icon

MaxCompute

1

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.

主要功能

  • List all tables within a MaxCompute project.
  • Describe the schema information of a specific table.
  • Retrieve the latest partition name for a table.
  • Execute SELECT queries on MaxCompute.
  • 1 GitHub stars

使用案例

  • Automating data retrieval processes from MaxCompute.
  • Programmatically querying MaxCompute tables for analysis.
  • Managing and understanding MaxCompute table schemas.