F
Warning
24/100
3 days ago

Warning. Serious findings were identified. Review the full report before connecting. 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

DrJLabs

Source: github_code

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
🚨
Secret credentials may flow to a network call
2 flows detected: GOOGLE_CLIENT_SECRET. We can’t prove the destination matches the brand the credential belongs to.
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 24 credentials: ANTHROPIC_API_KEY, COHERE_API_KEY, GROQ_API_KEY, MEM0_API_KEY, NEO4J_PASSWORD, OPENAI_API_KEY, POSTHOG_API_KEY, GOOGLE_CLIENT_SECRET, POSTGRES_PASSWORD, MEMGRAPH_PASSWORD, DATABASE_PASSWORD, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, EMBEDDING_AZURE_OPENAI_API_KEY, GOOGLE_API_KEY, TOGETHER_API_KEY, LLM_AZURE_OPENAI_API_KEY, DEEPSEEK_API_KEY, OPENROUTER_API_KEY, SARVAM_API_KEY, VLLM_API_KEY, XAI_API_KEY, PINECONE_API_KEY, UPSTASH_VECTOR_REST_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.
🔐 secretANTHROPIC_API_KEY
🔐 secretCOHERE_API_KEY
🔐 secretGROQ_API_KEY
🔐 secretMEM0_API_KEY
🔐 secretNEO4J_PASSWORD
configNEO4J_URL
configNEO4J_USERNAME
🔐 secretOPENAI_API_KEY
🔐 secretPOSTHOG_API_KEY
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configOIDC_BASE_URL
configRSA_PRIVATE_KEY_PATH
configRSA_PRIVATE_KEY_PEM
configJWT_KEY_ID
configGOOGLE_REDIRECT_URI
configPOSTGRES_HOST
configPOSTGRES_PORT
configPOSTGRES_DB
configPOSTGRES_USER
🔐 secretPOSTGRES_PASSWORD
configPOSTGRES_COLLECTION_NAME
configNEO4J_URI
configMEMGRAPH_URI
configMEMGRAPH_USERNAME
🔐 secretMEMGRAPH_PASSWORD
configHISTORY_DB_PATH
configTESTING
configCLIENT_NAME
configRUN_ID
configAGENT_ID
configGPT_API_KEYS
configSERVICE_VERSION
configENVIRONMENT
configBUILD_TIME
configDATABASE_HOST
configDATABASE_PORT
configDATABASE_NAME
configDATABASE_USER
🔐 secretDATABASE_PASSWORD
configNEO4J_HOST
configNEO4J_PORT
configNEO4J_AUTH
configMEM0_DIR
configAWS_ACCESS_KEY_ID
🔐 secretAWS_SECRET_ACCESS_KEY
🔐 secretAWS_SESSION_TOKEN
configAWS_REGION
🔐 secretEMBEDDING_AZURE_OPENAI_API_KEY
configEMBEDDING_AZURE_DEPLOYMENT
configEMBEDDING_AZURE_ENDPOINT
configEMBEDDING_AZURE_API_VERSION
🔐 secretGOOGLE_API_KEY
configOPENAI_API_BASE
configOPENAI_BASE_URL
🔐 secretTOGETHER_API_KEY
configGOOGLE_APPLICATION_CREDENTIALS
🔐 secretLLM_AZURE_OPENAI_API_KEY
configLLM_AZURE_DEPLOYMENT
configLLM_AZURE_ENDPOINT
configLLM_AZURE_API_VERSION
🔐 secretDEEPSEEK_API_KEY
configDEEPSEEK_API_BASE
🔐 secretOPENROUTER_API_KEY
configOPENROUTER_API_BASE
🔐 secretSARVAM_API_KEY
configSARVAM_API_BASE
🔐 secretVLLM_API_KEY
configVLLM_BASE_URL
🔐 secretXAI_API_KEY
configXAI_API_BASE
🔐 secretPINECONE_API_KEY
configUPSTASH_VECTOR_REST_URL
🔐 secretUPSTASH_VECTOR_REST_TOKEN
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployNEXT_PUBLIC_API_URL
deployNEXT_PUBLIC_USER_ID
deployDATABASE_URL
// 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

14/14 tools missing one or more hints — add_memories (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_memory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_memories (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +11 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 test coverage

Only 4/14 tools referenced in tests (29%)

Write tests that reference each tool by name so every tool has at least one test.

Readable source code

1 file appear obfuscated

Ship unminified, readable source.

Secrets not logged

2 secret values sent to console.log

Redact or omit secret values from log output.

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 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 Verified](https://m8ven.ai/badge/mcp/drjlabs-forgetful-1xe3sy?variant=verified)](https://m8ven.ai/mcp/drjlabs-forgetful-1xe3sy)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 47fee289e9a54b07b580014c013f7fef30e1c00f
code hash: 95a7f4d3d0cb1524b2c7604afcdddf5ff95baf078a533ab7c4a7228d52d0f2eb
verified: 8/16/2026, 6:52:55 PM
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