Overview
What is Alibaba Cloud Yaochi DB MCP Server?
A database tool service built on the Model Context Protocol (MCP) that allows AI coding assistants (e.g., Cursor, Claude Desktop, Qoder) to directly operate Alibaba Cloud databases. It enables automatic database creation, SQL execution, and AI‑powered performance diagnosis — all without leaving the IDE.
How to use Alibaba Cloud Yaochi DB MCP Server?
Clone the repository, create a Python 3.10+ virtual environment, install with pip install ., and run yaochi-db-mcp-server (it enters stdio waiting mode). Then configure your AI client’s MCP settings with the command path and required environment variables (ALIBABA_CLOUD_ACCESS_KEY_ID, ALIBABA_CLOUD_ACCESS_KEY_SECRET, ALIBABA_CLOUD_REGION_ID).
Key features of Alibaba Cloud Yaochi DB MCP Server
- Supports multiple database engines: RDS MySQL, PolarDB MySQL, MongoDB, Tair (Redis).
- Ephemeral account mode – no persistent database credentials.
- Built‑in Yaochi Database Agent for AI‑driven diagnosis and best practices.
- SQL safety checks that block DROP/TRUNCATE and dangerous operations.
- Restrictive whitelist that automatically provisions only the current IP.
- Fine‑grained write control via environment variables (DML/DDL permissions).
Use cases of Alibaba Cloud Yaochi DB MCP Server
- AI writes code, then automatically creates a database, builds tables, executes SQL to verify, and diagnoses performance.
- Developers manage Alibaba Cloud databases directly from their IDE without switching consoles.
- Automated database provisioning and SQL testing as part of AI‑assisted development workflows.
- Use the Yaochi Database Agent for instant, expert‑backed database advice and troubleshooting.
FAQ from Alibaba Cloud Yaochi DB MCP Server
What Alibaba Cloud databases does the server support?
It supports RDS MySQL, PolarDB MySQL, MongoDB, and Tair (Redis) – with operations like creating instances and executing SQL or commands.
How does the server handle security?
It uses ephemeral accounts that are automatically created and destroyed per SQL execution, blocks dangerous SQL (e.g., DROP/TRUNCATE), restricts whitelist to the current IP only, and allows DML/DDL control via environment variables.
What are the runtime requirements?
Python 3.10 or higher, and valid Alibaba Cloud AccessKey credentials (ID and Secret). The server expects those credentials as environment variables.
Can I perform performance diagnosis?
Yes, the ask_yaochi_agent tool provides AI‑powered diagnosis,
