any-db-mcp (Yukuiii/any-db-mcp) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: we have no way to read this server ourselves. No publisher has claimed this listing.

C
Caution
74/100
2 months ago

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.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

Yukuiii

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

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.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
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
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

10/10 tools missing one or more hints — connect (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); connection_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); describe_table (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +7 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

7/10 tool handlers declare input schemas (70%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests pass

npm test failed — tests do not pass

Make sure npm test runs cleanly. Common cause: missing build step or missing env vars.

Shell command execution

3 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Domain consistency

npm scope @sakura0v0 doesn't match GitHub owner yukuiii

Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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 Verified](https://m8ven.ai/badge/mcp/yukuiii-any-db-mcp-1lohkg?variant=verified)](https://m8ven.ai/mcp/yukuiii-any-db-mcp-1lohkg)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 999c16f71b22d55302f5961d211b06d659a1b9ff
code hash: 1d1c6b74566de1b390e03f5d0c7948083446c52f4f182f2ed417f32002f78c08
verified: 6/24/2026, 10:20:33 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client