setup-holistics-mcp

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Holistics MCP

Holistics MCP

Setup (once)

配置(仅需一次)

  1. Ask the user to enable Holistics AI
  2. Ask the user to pick their <MCP_SERVER_ADDRESS> from this list:
  1. Ask the user to provide their Holistics API Key
  2. Configure MCP server for the user (preferrably using Claude CLI)
json
{
  "mcpServers": {
    "holistics-development": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "<MCP_SERVER_ADDRESS>",
        "--header",
        "X-Holistics-Key:<YOUR_HOLISTICS_API_KEY>"
        "X-Holistics-Env:development"
      ]
    }
  }
}
NOTE: at any point, if the user rejects a step (e.g. providing API key), you can give them instructions instead of doing the configuration for them.
  1. 请用户启用Holistics AI
  2. 请用户从以下列表中选择对应的<MCP_SERVER_ADDRESS>:
  1. 请用户提供其Holistics API Key
  2. 为用户配置MCP服务器(优先使用Claude CLI)
json
{
  "mcpServers": {
    "holistics-development": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "<MCP_SERVER_ADDRESS>",
        "--header",
        "X-Holistics-Key:<YOUR_HOLISTICS_API_KEY>"
        "X-Holistics-Env:development"
      ]
    }
  }
}
注意:任何环节如果用户拒绝执行某一步骤(例如提供API密钥),你可以向其提供操作指引,无需代其完成配置。