VeFaaS
STDIOAutomates VeFaaS function lifecycle management including creation, deployment, and API gateway integration
Automates VeFaaS function lifecycle management including creation, deployment, and API gateway integration
veFaaS MCP Server 提供创建、更新、发布 veFaaS 函数以及管理应用的自动化能力,用于快速对接 veFaaS 服务。
推荐使用 uvx 在本地快速拉起服务,请将 VOLCENGINE_ACCESS_KEY 和 VOLCENGINE_SECRET_KEY 内容替换为您账号的 AK/SK。
{ "mcpServers": { "vefaas": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_vefaas_function", "mcp-server-vefaas-function" ], "env": { "VOLCENGINE_ACCESS_KEY": "xxx", "VOLCENGINE_SECRET_KEY": "xxx" } } } }
如果github访问有问题,也可以用pypi源
{ "mcpServers": { "vefaas": { "command": "uvx", "args": [ "mcp-server-vefaas-function@latest" ], "env": { "VOLC_ACCESSKEY": "xxx", "VOLC_SECRETKEY": "xxx" } } } }
requirements.txt / package.json)以便平台自动安装依赖。native-python3.12/v1native-node20/v1native/v1以上运行时均为原生环境,仅提供解释器/运行时,不包含额外框架或工具。
volcengine/mcp-server is licensed under the MIT License.