CloudBase AI Toolkit + Augment Code
💡 Why choose Augment Code + CloudBase AI Toolkit? Augment Code is a powerful AI programming assistant that supports VS Code and JetBrains platforms. 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's particularly suitable for professional developers requiring cross-platform development and highly customized AI development environments.
✨ Core Advantages
🎯 Development Efficiency | ⚡ Deployment 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
Method 1: Use project templates (Recommended)
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 Augment Code
Download and install the plugin for your platform from the Augment Code official website.
Step 2: Configure CloudBase MCP
[!TIP] If the number of tools remains 0 after installation, please refer to the FAQ
In .vscode/settings.json
, add:
{
"augment.advanced": {
"mcpServers": [
{
"name": "cloudbase",
"command": "npx",
"args": [
"npm-global-exec@latest",
"@cloudbase/cloudbase-mcp@latest"
],
"env": {
"INTEGRATION_IDE": "Augment"
}
}
]
}
}
Step 3: Enable AI Rules
Create the .augment-guidelines
file, or directly tell the AI:
Download CloudBase AI rules in the current project
If you only want to download configuration files related to Augment Code to avoid cluttering your project files, you can specify the IDE type:
Download CloudBase AI rules in the current project with only the Augment Code configuration
Step 4: Start Development
In Agent mode, converse with the 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.
Augment Code supports cross-platform development (VS Code and JetBrains), featuring powerful code generation and refactoring capabilities.
🌟 CloudBase AI Toolkit Open-Source Project
🛠️ Troubleshooting
Frequently Asked Questions
Q: MCP connection failed? A:
- Check the MCP configuration in
.vscode/settings.json
- Verify the availability of the npx command:
npx --version
- Restart the VS Code application
- Check the network connection status
Q: Is the Agent mode unable to perform operations? A:
- Check if the Augment Code extension is properly enabled
- Confirm that the project permissions are correctly configured
- Check the extension output logs to locate the issue
Q: Does the AI-generated code not meet expectations? A:
- Describe the functional requirements and technical specifications in detail
- Use project templates to ensure specification consistency
- Implement complex projects step by step in modules
For more questions, refer to: Complete FAQ
📚 Related Resources
- 📖 Developer Guide - Learn more about development best practices
- 🎯 Use Cases - View practical application examples
- 🔧 MCP Tools - Learn about all available tools
- ❓ FAQ - View frequently asked questions
- Augment Code Official Documentation - Augment Code official documentation
💬 Technical Discussions
WeChat Technical Exchange Group

Scan the QR code to join the WeChat technical exchange group
🚀 Get started with Augment Code + CloudBase AI Toolkit immediately