setup-holistics-mcp
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHolistics MCP
Holistics MCP
Setup (once)
配置(仅需一次)
- Ask the user to enable Holistics AI
- Ask the user to pick their <MCP_SERVER_ADDRESS> from this list:
- APAC: https://mcp-apac.holistics.io/mcp
- US: https://mcp-us.holistics.io/mcp
- EU: https://mcp-eu.holistics.io/mcp
- Other: let user input
- Ask the user to provide their Holistics API Key
- 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.
- 请用户启用Holistics AI
- 请用户从以下列表中选择对应的<MCP_SERVER_ADDRESS>:
- 亚太区(APAC):https://mcp-apac.holistics.io/mcp
- 美国区(US):https://mcp-us.holistics.io/mcp
- 欧盟区(EU):https://mcp-eu.holistics.io/mcp
- 其他区域:请用户自行输入
- 请用户提供其Holistics API Key
- 为用户配置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密钥),你可以向其提供操作指引,无需代其完成配置。