
VEEN
STDIOMCP server for Volcengine Edge Computing Node management and operations
MCP server for Volcengine Edge Computing Node management and operations
Volcengine Edge Computing Node MCP Server
v0.1
Apply, configure, and query for edge computing nodes, including virtual machines, images, bare metal, and corresponding network configurations.
Based on edge nodes covering all provinces and operators in China, the Volcengine Edge Computing Node product provides users with compute, network, and storage resources at their nearest location. It helps users quickly deploy business applications to the edge layer. The edge computing node product provides different levels of computing services to meet the diverse needs of users in different scenarios. It includes edge computing nodes, edge containers, edge hosting, and edge functions.
CDN与边缘
Edge Computing, Virtual Machine, Image, Storage
This MCP Server product provides the following Tools (capabilities):
Get details of the cloud server by the specific ID.
Start the edge computing node instance by the specific ID.
Get details of the edge computing node instance by the specific ID.
List the edge computing node instances.
Get details of the container image by the specific ID.
List all internal IP addresses of the specific edge computing node.
List all the available spec types of the specific edge computing node.
You need to activate the VEEN service in your Volcengine account.
https://console.volcengine.com/edge/veen
AK&SK
Obtain Access Key ID and Secret Access Key from Access control in Volcengine Console.
Note: the Access Key ID and Secret Access Key must have permissions for the OpenAPIs (available tools).
Variable Name | Value |
---|---|
VOLCENGINE_ACCESS_KEY | Your Volcengine Access Key ID |
VOLCENGINE_SECRET_KEY | Your Volcengine Secret Access Key |
uv
and uvx
packages for running the server.{ "mcpServers": { "mcp-server-veen": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_veen/python", "mcp-server-veen" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }
P.S. Please replace
Your Volcengine AK
andYour Volcengine SK
above with your own Access Key ID and Secret Access Key.
{ "mcpServers": { "mcp-server-veen": { "command": "node", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_veen/nodejs", "mcp-server-veen" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }
P.S. Please replace
Your Volcengine AK
andYour Volcengine SK
above with your own Access Key ID and Secret Access Key.
Use a client to interact with the server.
Also support Cline.