Skip to main content

CloudBase AI Toolkit + CLINE

🚀 CLINE + CloudBase = Full-stack application from idea to launch in minutes.

GitHub Stars Open Source License

💡 Why choose CLINE + CloudBase AI Toolkit? CLINE is a powerful VS Code AI assistant plugin that supports complex code generation and project management. Combined with CloudBase AI Toolkit, it enables you to describe requirements in natural language, with AI automatically generating and deploying full-stack applications to the Tencent Cloud development platform. It is particularly suitable for developers requiring fine-grained control over the development process and familiarity with the VS Code environment.

✨ Core Advantages

🎯 Development EfficiencyDeployment Speed🛡️ Stability and Reliability
AI automatically generates code and architecture
Built-in best practice rules for cloud development
Intelligent error fixing and optimization
One-click deployment to Tencent Cloud development
Domestic CDN accelerated access
Serverless architecture with no Ops required
Platform verified by 3.3 million developers
Enterprise-grade security and stability
Comprehensive monitoring and logging system

🚀 5-Minute Quick Start

Select pre-configured project templates, ready to use out-of-the-box:

Method 2: Integrate with existing projects

If you already have a project, you can integrate in just 3 steps:

# 1. Configure MCP (See detailed steps below for specific configuration)
# 2. Download AI Rules
# 3. Start Using

After configuration is complete, tell the AI: "Log in to CloudBase" to begin!

🔧 Detailed Configuration Guide

Step 1: Install CLINE

  1. Open VS Code
  2. Search for "CLINE" in the Extensions store
  3. Click to install the CLINE plugin

Step 2: Configure CloudBase MCP

[!TIP] If the number of tools remains 0 after installation, please refer to the FAQ

Refer to CLINE's MCP configuration documentation

{
"mcpServers": {
"cloudbase": {
"autoApprove": [],
"timeout": 60,
"command": "npx",
"args": [
"npm-global-exec@latest",
"@cloudbase/cloudbase-mcp@latest"
],
"env": {
"INTEGRATION_IDE": "Cline"
},
"transportType": "stdio",
"disabled": false
}
}
}

Step 3: Enable AI Rules

Create the .clinerules/cloudbase.md file, or directly tell the AI:

Download CloudBase AI rules in the current project

If you only want to download CLINE-related configuration files to avoid cluttering your project files, you can specify the IDE type:

Download CloudBase AI rules in the current project, containing only CLINE configuration

Step 4: Start Development

  1. Click the CLINE icon in the VS Code sidebar
  2. Select an appropriate AI model (Claude 3.5 Sonnet or GPT-4 recommended)
  3. Verify the MCP connection status

Chat with AI:

Log in to CloudBase

🎯 Get Started

After configuration is complete, tell the AI:

Log in to CloudBase

Then you can start development, for example:

Create an online voting system that supports creating polls, participating in voting, and result statistics, using cloud database for storage, and finally deploy it.

CLINE supports multiple AI models (Claude, GPT-4, DeepSeek, etc.), which can be selected as needed.

🌟 CloudBase AI Toolkit Open-Source Project

🔥 Join the Open-Source Community

GitHub CNB Community

⭐ Star the Project | 🤝 Contribute Code | 💬 Technical Discussion

🛠️ Troubleshooting

Frequently Asked Questions

Q: MCP connection failed? A:

  1. Check the .clinerules/mcp.json configuration format
  2. Verify the availability of the npx command: npx --version
  3. Restart VS Code and the CLINE plugin
  4. Check the network connection status

Q: Does the AI-generated code not meet expectations? A:

  1. Provide a more detailed requirements description and technical requirements
  2. Check if the AI rules file is correctly configured
  3. Try describing the requirements step by step
  4. Use project templates to ensure specification consistency

Q: Insufficient file operation permissions? A:

  1. Check the project directory permission settings
  2. Verify that VS Code has sufficient file access permissions
  3. Avoid operating in system-protected directories

For more questions, refer to: Complete FAQ

💬 Technical Discussions

WeChat Technical Exchange Group

WeChat group QR code
Scan the QR code to join the WeChat technical exchange group

🚀 Get started with CLINE + CloudBase AI Toolkit immediately

Get Started | View Templates | GitHub Repository