Bundle
dsh-aliyun-mcp
Alibaba Cloud MCP connection for DeepSeek Harness: static AccessKey credentials + local Alibaba Cloud MCP Proxy (uvx alibabacloud.mcp-proxy) connecting to the official OpenAPI MCP Server, with tools under mcp__aliyun__* and a web settings panel
- Source
- zhengjy01
- License
- MIT
- Updated
- Updated yesterday
Readme
# dsh-aliyun-mcp — Alibaba Cloud MCP connection (static-credential mode) Connects the official Alibaba Cloud **OpenAPI MCP Server** to DeepSeek Harness: enter an AccessKey (RAM sub-account recommended), the plugin runs the official **Alibaba Cloud MCP Proxy** (`uvx alibabacloud.mcp-proxy`) locally to exchange the static credentials for a bearer token, and registers the upstream tools under `mcp__aliyun__*` — covering ECS / OSS / domains / DNS / Function Compute and tens of thousands of Alibaba Cloud OpenAPIs. ## Compatibility Requires **DeepSeek Harness ≥ 0.1.5-rc.1** (declared as `dsh.engines.dsh` in the package manifest, so the DSH plugin marketplace can report it) and is verified against **0.1.5-rc.1**. This build carries the DSH 0.1.5 adaptations: the strict tool-result contract (lossless-JSON snapshot, `additionalProperties: false` schema validation, and `output.render` returning `ContentBlock[]`) plus executable resolution that survives a launchd-started host whose `PATH` is only `/usr/bin:/bin`. ## Prerequisites 1. Install `uv` locally: `brew install uv` 2. Create a RAM sub-account AccessKey and attach the managed policy `AliyunOpenAPIMCPServerStaticCredentialAccess` (`ram:GenerateAccessToken` + `openapiexplorer:*`). Do not use the root account key. ## Install ```sh # from npm (published package) dsh plugin --profile web add dsh-aliyun-mcp # or local development dsh plugin --profile web add link:/path/to/dsh-aliyun-mcp # restart dsh web to apply ``` ## Configure Fill in the Web settings panel「阿里云 MCP」: AccessKey ID / Secret, optional upstream endpoint (`https://api.aliyun.com/mcp` for CN, `https://api.alibabacloud.com/mcp` for INTL; leave empty for auto-discovery), optional proxy args. Or via agent tools: `aliyun_mcp_config` / `aliyun_mcp_status` / `aliyun_mcp_test` / `aliyun_mcp_clear`. ## License MIT
Install
dsh plugin --profile web add github:zhengjy01/dsh-aliyun-mcp#51fd883256a93bac557d03ec7250e1177ea106d2
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-aliyun-mcp from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.