69
/ 100
10 days ago
glama

Alibaba Cloud RDS OpenAPI MCP Server (Q CLI Adapted)

MCP server for RDS Services via OPENAPI, optimized for Amazon Q Developer CLI integration.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: MYDBA_SECURITY_KEY, MYDBA_API_KEY, MYDBA_RAG_API_KEY, API_KEY, ALIBABA_CLOUD_ACCESS_KEY_SECRET, ALIBABA_CLOUD_SECURITY_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMYDBA_CONFIG_FILE
configMYDBA_CONFIG_DATABASE
configMYDBA_REFRESH_INTERVAL
configMYDBA_MAX_STEPS
🔐 secretMYDBA_SECURITY_KEY
🔐 secretMYDBA_API_KEY
configMYDBA_API_BASE_URL
configMYDBA_LLM_MODEL
configMYDBA_MAX_TOKENS
configMYDBA_TEMPERATURE
configMYDBA_DEBUG
configMYDBA_LOG_DIR
configMYDBA_LOG_NAME
configMYDBA_LOG_FILE_LEVEL
configMYDBA_LOG_CONSOLE_LEVEL
🔐 secretMYDBA_RAG_API_KEY
configMYDBA_RAG_API_BASE_URL
configMYDBA_RAG_EMBEDDING_MODEL
configMYDBA_RAG_DATA_DIR
configTOOLSET_DEBUG
configSERVER_PORT
🔐 secretAPI_KEYexport =$you_mcp_server_api_key; # Optional, after configuration, requests will undergo API Key authentication.
configMCP_TOOLSETSEnvironment variable:
configSERVER_TRANSPORTexport =sse;
configALIBABA_CLOUD_ACCESS_KEY_ID"": "$you_access_id",
🔐 secretALIBABA_CLOUD_ACCESS_KEY_SECRET"": "$you_access_key"
🔐 secretALIBABA_CLOUD_SECURITY_TOKENexport =$you_sts_security_token; # optional, required when using STS Token
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/radiumgu-alibabacloud-rds-openapi-mcp-server-qcli-118r68)](https://m8ven.ai/mcp/radiumgu-alibabacloud-rds-openapi-mcp-server-qcli-118r68)
commit: 66a54fca4b652647109fc06aea359e5d40e5655b
code hash: 55076c2d29c8186d5542b7769dd8a497dc7b7fb5ee8bc812bff46e287726a0c1
verified: 7/21/2026, 9:25:07 AM
view raw JSON →