Skip to main content
Glama

ESA MCP Server

by aliyun

ESA MCP 服务器

一个MCP服务器,方便使用阿里云各种ESA服务。


英语|中文

安装

  1. 在Accesskey页面申请阿里云的AK和SK

https://ram.console.aliyun.com/profile/access-keys

  1. 启用 Edge Routine 服务

https://esa.console.aliyun.com/edge/function/list

  1. 在启用 MCP 的客户端配置中进行配置:
{ "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", "ALIBABA_CLOUD_SECURITY_TOKEN": "sts_security_token optional, required when using STS Token (By default, no need to pass)" } } } }

演示视频

克劳德·德莫

1744168230082

1744168440370

克莱恩演示

1744168966418

Cline配置成功:

1744114625974

Claude配置成功:

1744165412296

工具列表

服务器提供以下可通过 MCP 协议调用的 ESA 工具:

类别工具描述
例程例程_创建在您的阿里云帐户中创建一个新的边缘例程 (ER)。
例程_删除从您的阿里云帐户中删除现有的边缘例程 (ER)。
例程列表列出您的阿里云帐户中的所有边缘例程 (ER)。
例程_获取获取 Edge Routine (ER) 的详细信息。
部署例程代码提交保存代码版本以供将来修改或在 Edge Routine (ER) 中发布。
例程代码部署将选定的代码版本部署到暂存或生产环境。
部署_删除删除与边缘例程 (ER) 关联的指定代码版本。
路线路由创建创建与边缘路线 (ER) 关联的新路线。
路线更新修改现有 Edge Routine 路由的配置。
路由删除删除与边缘路由 (ER) 关联的指定路由。
路由获取获取与边缘例程 (ER) 相关的特定路线的详细信息。
例程路线列表列出与特定边缘路由 (ER) 相关的所有路线。
站点路线列表列出与特定站点相关的所有路线。
记录er_record_create创建与边缘例程 (ER) 相关的新记录。
er_record_delete删除与边缘例程 (ER) 关联的指定记录。
er_record_list列出与特定边缘例程 (ER) 相关的所有记录。
站点站点活跃列表列出您的阿里云帐户中注册的所有活跃站点。
站点匹配确定帐户中的哪个站点符合提供的输入条件。
site_dns_cname_record_create为指定站点创建 CNAME DNS 记录。
site_dns_a_record_create为指定站点创建 A DNS 记录。
站点记录列表列出与特定站点相关的 DNS 记录。

提示示例

  • 编写一个2048游戏并部署在Edge Routine上,并显示Edge Routine提供的默认访问URL。
  • 删除 2025 年 5 月之后创建的 Edge 例程。
  • 列出我的帐户下的所有 Edge 例程。
  • 我的名为“hello-world”的Edge Routine的默认访问地址是什么?
  • test.example.com创建 CNAME 记录,并将值设置为example2.com
  • test.example.com创建 A 记录,并将值设置为1.1.1.1

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器的实现,使 AI 模型能够与边缘安全加速 (ESA) 服务进行通信,从而允许模型通过标准化协议管理例程、部署、路线、记录和站点。

  1. 安装
    1. 演示视频
      1. 工具列表
        1. 提示示例
          1. 执照

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
              Last updated -
              46
              2
              Python
              • Linux
              • Apple
            • -
              security
              -
              license
              -
              quality
              A proof of concept implementation of Model Context Protocol server running on Cloudflare's edge network with bearer token authentication, allowing deployed AI models to access tools via serverless architecture.
              Last updated -
              TypeScript
            • -
              security
              -
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to track events, page views, user signups, set user properties, and track revenue in Amplitude analytics.
              Last updated -
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that connects AI assistants like Claude to AWS security services, allowing them to autonomously query, inspect, and analyze AWS infrastructure for security issues and misconfigurations.
              Last updated -
              100
              45
              Python
              Apache 2.0
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/mcp-server-esa'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server