74
/ 100
17 days ago
glama

any-db-mcp

A multi-database MCP server that enables LLMs to safely interact with MySQL, PostgreSQL, SQLite, and others through a unified tool interface, with permission modes and schema resources.

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
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: DB_PASSWORD, MCP_AUTH_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.
configDB_ENCRYPT仅 MSSQL:是否启用 TLS 加密 true
configDB_FILEPATHSQLite 数据库文件路径 (空)
configDB_HOST"": "localhost",
configDB_NAME"": "your_database"
🔐 secretDB_PASSWORD"": "your_password",
configDB_PORT"": "3306",
configDB_SCHEMA仅 PostgreSQL/MSSQL/Oracle:schema 名称;空值表示所有非系统 schema (空)
configDB_TRUST_SERVER_CERTIFICATE仅 MSSQL:是否信任自签证书 false
configDB_TYPE"": "mysql",
configDB_USER"": "root",
🔐 secretMCP_AUTH_TOKEN仅 http:可选 Bearer Token,设置后所有请求需带 Authorization: Bearer <token> (空,不鉴权)
configMCP_HTTP_HOST仅 http:监听主机,公网暴露请显式设 0.0.0.0 并配 token 127.0.0.1
configMCP_HTTP_PATH仅 http:MCP endpoint 路径 /mcp
configMCP_HTTP_PORT仅 http:监听端口 3000
configMCP_TRANSPORT传输方式:stdio(默认) / http stdio
configPERMISSION_MODE安全保证: 只能在 server 启动时通过环境变量设定。AppConfig 在加载后被 Object.freeze 深冻结,且任何工具的 inputSchema 都不暴露权限相关参数,杜绝 LLM 通过"重连提权"等手段绕过限制。
configQUERY_TIMEOUT_MSquery 工具响应超时时间(ms) 30000
// 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 7 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/yukuiii-any-db-mcp-1lohkg)](https://m8ven.ai/mcp/yukuiii-any-db-mcp-1lohkg)
commit: 999c16f71b22d55302f5961d211b06d659a1b9ff
code hash: 1d1c6b74566de1b390e03f5d0c7948083446c52f4f182f2ed417f32002f78c08
verified: 6/24/2026, 10:20:33 AM
view raw JSON →