Skip to main content

[IDE Name] Setup Guide

Client

Configure your AI tool to connect with CloudBase capabilities. Supports local and hosted connection. See connection modes.

Step 1: Install / Configure CloudBase

步骤 1:安装 CodeBuddy 扩展

1. 在微信开发者工具中,点击顶部菜单栏的「扩展」 2. 在扩展市场中搜索「CodeBuddy」 3. 安装「腾讯云代码助手 CodeBuddy」扩展

步骤 2:安装 CloudBase MCP

1. 安装完成后,在工具栏找到 CodeBuddy 图标 2. 点击右上角的 CodeBuddy 设置图标 3. 在 MCP 市场中搜索并安装「CloudBase MCP」

安装完成后即可在 CodeBuddy 中使用 CloudBase AI 功能。

Step 2: Chat with AI

Enter the following in your AI chat in order:

prompt
Install CloudBase Skills: run npx skills add tencentcloudbase/cloudbase-skills -y
Use CloudBase Skills: 在 Web 应用中创建一个使用 CloudBase Auth 的手机号注册和登录功能

Install

Create [config-path] in your project root:

{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["npm-global-exec@latest", "@cloudbase/cloudbase-mcp@latest"],
"env": {
"INTEGRATION_IDE": "[IDE Name]"
}
}
}
}

[IDE-specific configuration notes]

Verify

After configuration, type in your AI chat:

Check if CloudBase tools are available

FAQ

Q: MCP connection failed?

A: Check the config format, restart [IDE Name], and confirm your network is working.

Q: Tool count shows 0?

A: See the FAQ.

More: FAQ