C
Warning
74/100
17 hours ago

life-context

Local-first memory server that stores notes, contacts, and future data as a unified entity graph, providing hybrid retrieval (vector + keyword) for AI assistants via MCP.

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

⚡ 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

MSIH

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
🚨
Secret credentials may flow to a network call
5 flows detected: LIFECONTEXT_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 5 credentials: CHAT_API_KEY, DOCUMENTS_LLM_API_KEY, LIFECONTEXT_API_KEY, MCP_URL_TOKEN, UI_URL_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.
configACCESS_LOG_DIR
configACCESS_LOG_ENABLED
configACCESS_LOG_RETENTION_DAYS
configAPP_VERSION
🔐 secretCHAT_API_KEY
configCHAT_BASE_URL
configCHAT_MODEL
configCHAT_PROVIDER
configCONTACTS_RAW_DIRAny embedded contact photo is decoded and preserved to (default raw/contacts, override in .env) — the future seed for face-recognition-based photo↔contact linking.
configCONTACT_PHOTO_MAX_BYTES
configDB_BUSY_TIMEOUT_MS
configDB_PATH
configDEVSESSION_SPOOL_PATH
configDIGEST_MAX_ARTIFACTS
configDIGEST_MODEL
configDIGEST_TEXT_CLIP
configDIGEST_TIMELINE_DAYS
configDIGEST_TIMEOUT_MS
configDOCUMENTS_EXTRACT_QUEUE_PATH
🔐 secretDOCUMENTS_LLM_API_KEY
configDOCUMENTS_LLM_BASE_URL
configDOCUMENTS_LLM_MODEL
configDOCUMENTS_MANIFEST_PATH
configDOCUMENTS_OCR_CACHE_PATH
configDOCUMENTS_OCR_LANG
configDOCUMENTS_OCR_LANG_PATH
configDOCUMENTS_OCR_QUEUE_PATH
configDOCUMENTS_SCAN_ROOT
configEMAIL_REINGEST
configEMAIL_SENT_FOLDER
configEMAIL_SINCE
configEMAIL_SPOOL_DIR
configEMAIL_STATE_PATH
configEMAIL_STORE_PATH
configEMBEDDING_ALLOW_REMOTE
configEMBEDDING_MODEL
configEMBED_BATCH_MAX_CHARS
configEMBED_BATCH_MAX_INPUTS
configEMBED_TIMEOUT_MS
configEVENTS_DB_PATH
configEVENTS_FLUSH_MS
configEVENTS_LOG_ENABLED
configEVENTS_LOG_LEVEL
configEVENTS_PRUNE_INTERVAL_MS
configEVENTS_RETENTION_DAYS
configFACE_DET_MODEL
configFACE_HINT_CONFIDENCE
configFACE_MATCH_THRESHOLD
configFACE_MODELS_PATH
configFACE_REC_MODEL
configFACE_SEED_MIN_FRACTION
configFACE_SEED_MIN_VOTES
configFACE_SEED_THRESHOLD
configFACE_THROTTLE_MS
configGEO_RADIUS_DEFAULT_KM
configGEO_RADIUS_MAX_KM
configGH_EVENT_MODEL_PRICING_JSON
configGH_EVENT_SPOOL_PATH
configIMESSAGE_DB_PAGE_SIZE
configIMESSAGE_DB_PATH
configIMESSAGE_POLL_INTERVAL_MS
configIMESSAGE_STATE_PATH
configIMESSAGE_WATCH
configKNN_MAX
configKNN_MIN
configKNN_OVERFETCH
🔐 secretLIFECONTEXT_API_KEYrandom . Idempotent — safe to re-run; never overwrites an existing .env.
configLIFECONTEXT_URL
🔐 secretMCP_URL_TOKEN
configOLLAMA_BASE_URL
configPHOTO_EXIF_CAPTION_STATE_PATH
configPHOTO_EXIF_FACE_CLUSTERS_PATH
configPHOTO_EXIF_FACE_FIXTURE
configPHOTO_EXIF_FACE_STATE_PATH
configPHOTO_EXIF_MANIFEST_PATH
configPHOTO_EXIF_PROGRESS_INTERVAL_MS
configPHOTO_ROOT
configPHOTO_TAKEOUT
configQUERY_MODEL
configQUERY_MODEL_KEEP_ALIVE
configQUERY_MODEL_WARMUP_TIMEOUT_MS
configQUERY_PLANNER_ENABLED
configQUERY_PLAN_MAX_TOKENS
configQUERY_PLAN_TIMEOUT_MS
configRATE_LIMIT_MAX
configRRF_K
configTRUST_PROXY
🔐 secretUI_URL_TOKEN
configVECTOR_DIMENSION
configVLM_BASE_URL
configVLM_MAX_CONSECUTIVE_FAILURES
configVLM_MODEL
configVLM_PROMPT
configVLM_THROTTLE_MS
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Shell command execution

19 child_process/subprocess calls in production code — runs shell commands (connectors/devsession-claude/index.js:57, connectors/gh-event-claude/index.js:103, connectors/gh-event-claude/index.js:128)

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

Secrets stay with their owner

5 secret/sensitive values flow into network calls (LIFECONTEXT_API_KEY → dynamic, LIFECONTEXT_API_KEY → dynamic)

Audit where credentials are sent. A NOTION_TOKEN should only reach api.notion.com — never a third-party host.

Secrets not logged

5 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 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 Verified](https://m8ven.ai/badge/mcp/msih-life-context-n1er5c?variant=verified)](https://m8ven.ai/mcp/msih-life-context-n1er5c)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c31a3a3643f37acdef86a23ece00b751e7b40fed
code hash: 5e99f0c1f2e928ea4b97f28164f248dbbfdc57e784674bca5f9d9099cde20437
verified: 8/19/2026, 8:25:38 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