ESA Server for Edge Security Acceleration
Enable AI models to seamlessly interact with Alibaba Cloud's Edge Security Acceleration services through a standardized protocol. Manage routines, deployments, routes, records, and site configurations efficiently via MCP tool calls. Integrate easily with MCP-enabled clients to leverage ESA OpenAPI capabilities for enhanced security and acceleration workflows.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install aliyun/mcp-server-esa -c claudeThis command will automatically install and configure the ESA Server for Edge Security Acceleration MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeAfter opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"ESA Server for Edge Security Acceleration": {
"command": "npx",
"args": [
"-y",
"mcp-server-esa"
],
"env": {
"ESA_ACCESS_KEY": "${input:esa_access_key}",
"ESA_ACCESS_KEY_SECRET": "${input:esa_access_key_secret}"
}
}
}
}Details:
Stars
23Forks
4Last commit
5 months agoRepository age
7 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to ESA Server for Edge Security Acceleration:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit