3 months ago
Server Config
{
"mcpServers": {
"bt-panel": {
"command": "npx",
"args": [
"-y",
"bt-panel-mcp-server"
],
"env": {
"BT_PANEL_URL": "http://服务器IP:面板端口/安全入口",
"BT_API_KEY": "你的API密钥",
"BT_MODE": "readonly"
}
}
}
}