a year ago
An MCP server for Alibaba Cloud ESA (Edge Security Acceleration).
Server Config
{
"mcpServers": {
"esa-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server-esa"
],
"env": {
"ALIBABA_CLOUD_ACCESS_KEY_ID": "your AK",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "your SK"
}
}
}
}