Access Tencent CloudBase models, auth, and backend services
cloudbasepluginsetup L2★1,033
TencentCloudBase/CloudBase-AI-ToolKit ↗What it does
Integrate Tencent CloudBase services (auth, DB, storage)
Best for
Tencent stack full-stack apps needing unified auth, NoSQL+SQL, blob storage, serverless, and WeChat Mini Program integration.
Inputs
- · AI models to deploy
- · NoSQL or MySQL schema
- · Cloud storage bucket definitions
- · Cloud function code
- · WeChat Mini Program config
Outputs
- · Authenticated sessions
- · Database connections
- · Cloud function endpoints
- · Storage URLs
- · WeChat integration
Requires
- · Tencent CloudBase account
- · cloudbase-mcp server
- · Node.js runtime
Preconditions
- · CloudBase project created and credentials configured
- · AI models accessible via CloudBase
- · Database/storage quota provisioned
Failure modes
- · Authentication token expiration
- · Database quota exceeded
- · WeChat Mini Program config mismatch
- · Cloud function cold-start latency
Trust signals
- · Official Tencent CloudBase implementation
- · Covers all major BaaS components
- · MIT license