maxcompute-mcp-server

maxcompute-mcp-server

1

The MaxCompute MCP Server is designed to interface with MaxCompute, providing tools for querying data and managing schemas. It focuses on SELECT queries and listing or describing tables within a MaxCompute project.

Overview

A Model Context Protocol (MCP) server for MaxCompute with 4 core tools:

  • Query Tools:
    • Get the latest partition name for a specific table.
    • Execute a SELECT query on the MaxCompute project.
  • Schema Tools:
    • List all tables in the MaxCompute project.
    • Get schema information for a specific table.