alpic-cli

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Alpic is a cloud platform for deploying, hosting, and managing MCP servers. The
alpic
CLI is the primary interface for agents.
Use the reference files below to answer questions or guide the user through tasks. Load only the file relevant to the current task.
Alpic是一个用于部署、托管和管理MCP服务器的云平台。
alpic
CLI是面向Agent的主要操作界面。
请使用以下参考文件来回答问题或指导用户完成任务。仅加载与当前任务相关的文件。

Reference files

参考文件

  • deploy.md — deploying an MCP server with
    alpic deploy
  • logs.md — viewing runtime logs with
    alpic logs
  • debug-deployment.md — diagnosing failed deployments
  • environment-variable.md — managing environment variables
  • playground.md — configuring the Alpic playground
  • git.md — connecting a GitHub repository for auto-deploys
  • publish.md — publishing to the MCP Registry with
    alpic publish
  • deploy.md — 使用
    alpic deploy
    部署MCP服务器
  • logs.md — 使用
    alpic logs
    查看运行时日志
  • debug-deployment.md — 诊断部署失败问题
  • environment-variable.md — 管理环境变量
  • playground.md — 配置Alpic playground
  • git.md — 连接GitHub仓库以实现自动部署
  • publish.md — 使用
    alpic publish
    发布到MCP Registry

Prerequisites (always apply)

前置条件(始终适用)

  • CLI installed:
    npm install -g alpic
  • Authenticated:
    alpic login
    (or
    ALPIC_API_KEY
    env var)
  • CLI已安装:
    npm install -g alpic
  • 已完成身份验证:
    alpic login
    (或使用
    ALPIC_API_KEY
    环境变量)