F
Warning
0/100
6 days ago

Context Mode

Context Mode is an MCP server that reduces context window waste by sandboxing data-heavy tools, tracking session state in SQLite, and promoting code-based analysis over raw data reads, achieving up to 98% context savings.

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

Everflow-Utilities

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
🚨
Code appears obfuscated
2 files are unreadable to a human reviewer. Cannot audit what they do.
⚠️
Tool annotations don’t match behaviour
3 read-only tools perform write/delete/exec — ctx_search (line 517: unlinkSync(filePath)); ctx_stats (line 517: unlinkSync(filePath)); ctx_doctor (line 92: spawnSync("cmd.exe", ["/d", "/s", "/c", "codex plugin list"], {)
🚨
Known vulnerabilities in dependencies: 1 critical
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 1 credential: PI_CONTEXT_MODE_PRICE_OUTPUT_PER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@4.0.18GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

lowesbuild@0.27.3GHSA-g7r4-m6w7-qqqr

esbuild allows arbitrary file read when running the development server on Windows

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
configBUN_INSTALL
configCLAUDE_CODE_HEADLESS
configCLAUDE_CONFIG_DIR
configCLAUDE_PLUGIN_ROOT
configCLAUDE_PROJECT_DIR
configCLAUDE_SESSION_ID
configCODEX_HOME[mcp_servers.context-mode] block or $/hooks.json is needed when
configCODEX_PROJECT_DIR
configCONTEXT_MODE_AGY_EXEC_TIMEOUT_MS
configCONTEXT_MODE_DEBUG
configCONTEXT_MODE_EMBEDDED_PLUGIN_TOOLS
configCONTEXT_MODE_HOOK_STDIN_IDLE_MS
configCONTEXT_MODE_MCP_SENTINEL_DIR
configCONTEXT_MODE_PLATFORM
configCONTEXT_MODE_PROJECT_DIR
configCONTEXT_MODE_REQUIRE_SECURITY
configCONTEXT_MODE_SECURITY_BUNDLE_PATH
configCONTEXT_MODE_SESSION_SUFFIX
configCONTEXT_MODE_SUPPRESS_SECURITY_WARNING
configCOPILOT_HOMEPrerequisites: Node.js >= 22.5 (or Bun), GitHub Copilot CLI (copilot) installed. Set first if you use an isolated Copilot home.
configCTX_FETCH_STRICT
configCTX_TEST_PLATFORM
configCTX_TEST_PROC_DIR
configCURSOR_CWD
configCURSOR_SESSION_ID
configCURSOR_TRACE_ID
configGEMINI_PROJECT_DIR
configIDEA_HOME
configIDEA_INITIAL_DIRECTORY
configJETBRAINS_CLIENT_ID
configKIMI_CODE_HOME
configKIMI_PROJECT_DIR
configNO_COLOR
configOPENCLAW_PROJECT_DIR
configOPENCLAW_STATE_DIRThe installer uses $ from your environment (default: /openclaw). To specify a custom path:
configOPENCODE_PROJECT_DIR
configPI_CODING_AGENT_DIR
configPI_CONTEXT_MODE_MODEL_ID
🔐 secretPI_CONTEXT_MODE_PRICE_OUTPUT_PER_TOKEN
configQWEN_SESSION_ID
configSHELL
configVITEST
configVITEST_WORKER_ID
configVSCODE_CWD
configVSCODE_PID
configXDG_CONFIG_HOME
// quality suggestions

Tool annotations match behaviour

3 read-only tools perform write/delete/exec — ctx_search (line 517: unlinkSync(filePath)); ctx_stats (line 517: unlinkSync(filePath)); ctx_doctor (line 92: spawnSync("cmd.exe", ["/d", "/s", "/c", "codex plugin list"], {)

Either remove the readOnlyHint:true annotation, or remove the write/delete call from the tool handler.

Destructive tools are labelled

7 tools perform destructive updates without destructiveHint — ctx_index deletes at line 874 (unlinkSync(rp)); ctx_search deletes at line 517 (unlinkSync(filePath)); ctx_fetch_and_index deletes at line 874 (unlinkSync(rp))

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

Tool inputs are validated

10/11 tool handlers declare input schemas (91%)

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

Shell command execution

59 child_process/subprocess calls in production code — runs shell commands (src/server.ts:92, src/server.ts:97, src/server.ts:4220)

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

Readable source code

2 files appear obfuscated

Ship unminified, readable source.

No arbitrary install scripts

Has postinstall/preinstall script — runs arbitrary code on npm install

Remove postinstall/preinstall hooks unless they’re essential.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Dependency freshness

2/8 production deps stale: turndown-plugin-gfm@2022-05-22 (4.2y), @mixmark-io/domino@2024-04-08 (2.3y)

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/everflow-utilities-context-mode-159cpp?variant=verified)](https://m8ven.ai/mcp/everflow-utilities-context-mode-159cpp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a5f02966d11761124d514d589eca94012aa41c4c
code hash: 83b2f09a15eb4dad93cffad48e9db611eab1ed479487328c8a0f62f52825f929
verified: 8/13/2026, 7:50:35 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