{"id":28824617,"url":"https://github.com/datafe/maxcompute-mcp-server","last_synced_at":"2026-01-14T07:37:57.269Z","repository":{"id":290301014,"uuid":"973969731","full_name":"datafe/maxcompute-mcp-server","owner":"datafe","description":"Alibaba cloud MaxCompute (ODPS) MCP server implemented by python","archived":false,"fork":false,"pushed_at":"2025-04-28T10:15:41.000Z","size":20,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T10:58:47.386Z","etag":null,"topics":["alibabacloud","aliyun","big-data","maxcompute","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datafe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-28T04:09:54.000Z","updated_at":"2025-04-30T05:56:43.000Z","dependencies_parsed_at":"2025-04-28T05:33:49.983Z","dependency_job_id":null,"html_url":"https://github.com/datafe/maxcompute-mcp-server","commit_stats":null,"previous_names":["datafe/maxcompute-mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datafe/maxcompute-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafe%2Fmaxcompute-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafe%2Fmaxcompute-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafe%2Fmaxcompute-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafe%2Fmaxcompute-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datafe","download_url":"https://codeload.github.com/datafe/maxcompute-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datafe%2Fmaxcompute-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alibabacloud","aliyun","big-data","maxcompute","mcp-server"],"created_at":"2025-06-19T01:34:09.369Z","updated_at":"2026-01-14T07:37:57.262Z","avatar_url":"https://github.com/datafe.png","language":"Python","funding_links":[],"categories":["📦 Other","📊 Data Analysis \u0026 Business Intelligence"],"sub_categories":[],"readme":"# MaxCompute MCP Server\n\n## Overview\nA Model Context Protocol (MCP) server for MaxCompute.\n\n## Components\n\n### Tools\nThe server offers 4 core tools:\n\n#### Query Tools\n- `get_latest_partition`\n  - Get the latest partition name for a specific table\n  - Input:\n    - `table_name` (string): Name of the table\n  - Returns: The latest partition name\n\n- `read_query`\n   - Execute a SELECT query on the MaxCompute project, only SELECT query is allowed\n   - Input:\n     - `query` (string): The SELECT SQL query\n   - Returns: Query results as array of objects\n\n#### Schema Tools\n- `list_tables`\n   - List all tables in the MaxCompute project\n   - No input required\n   - Returns: Array of table objects with name and comment\n\n- `describe_table`\n   - Get the schema information for a specific table\n   - Input:\n     - `table_name` (string): Name of the table\n   - Returns: Raw output of DESC command\n\n## Build from source\n\n- Code: [GitHub](https://github.com/datafe/maxcompute-mcp-server)\n\n```bash\ncd /path/to/maxcompute-mcp-server\nuv pip install .\nuv build\n```\n\n## Usage with Cline\n\n- maxcompute endpoints can view in [endpoint](https://help.aliyun.com/zh/maxcompute/user-guide/endpoints)\n\n- maxcompute projects can view in [projects](https://maxcompute.console.aliyun.com/cn-shanghai/project-list)\n\n```bash\n# Add the server to your cline_mcp_settings.json\n\"mcpServers\": {\n  \"maxcompute-mcp-server\": {\n    \"command\": \"uv\",\n    \"args\": [\n      \"run\",\n      \"--with\",\n      \"maxcompute-mcp-server\",\n      \"maxcompute-mcp-server\"\n    ],\n    \"env\": {\n      \"ALIBABA_CLOUD_ACCESS_KEY_ID\": \"\",\n      \"ALIBABA_CLOUD_ACCESS_KEY_SECRET\": \"\",\n      \"ALIBABA_CLOUD_MAXCOMPUTE_PROJECT\": \"\",\n      \"ALIBABA_CLOUD_MAXCOMPUTE_ENDPOINT\": \"https://service.cn-shanghai.maxcompute.aliyun.com/api\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatafe%2Fmaxcompute-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatafe%2Fmaxcompute-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatafe%2Fmaxcompute-mcp-server/lists"}