73
/ 100
1 day ago
glama

mcp-yearning

MCP server for Yearning SQL audit platform that enables AI assistants to query and manage orders, browse data sources and table structures, submit and review SQL orders, and execute read-only queries.

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 2 credentials: YEARNING_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.
configYEARNING_URL"": "http://localhost:8000",
configYEARNING_USERNAME"": "your-user",
🔐 secretYEARNING_PASSWORD"": "your-password",
configYEARNING_LOGIN_TYPE"": "general",
configYEARNING_TIMEOUT请求超时(秒) 30
configYEARNING_INSECURE跳过 TLS 证书验证,用于自签名证书环境(详见下方说明) false
configYEARNING_READ_ONLY"": "false"
configMCP_HOSTHTTP 传输监听地址(stdio 忽略) 0.0.0.0
configMCP_PORTHTTP 传输监听端口(stdio 忽略) 8080
configMCP_STATELESS_HTTP启用无状态 HTTP 模式,适合 Serverless 部署(详见下方说明) false
🔐 secretMCP_AUTH_TOKENe =your-strong-token \
configMCP_LOG_LEVEL日志级别:debug/info/warning/error info
configMCP_TRANSPORTe =streamable-http \
// 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 3 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/zhouweico-mcp-yearning-11bpr2)](https://m8ven.ai/mcp/zhouweico-mcp-yearning-11bpr2)
commit: ad675d336b2fb32fe48409d53cdc8f63421d3673
code hash: d6ae5796c07ea2fc0f8cd79857438a3a60d2cd2ab70fb84e1a04b792809a716e
verified: 7/30/2026, 9:14:16 AM
view raw JSON →