omnicache-proxy (13manmayarai-hash/omnicache-proxy) is an MCP server listed on the M8ven Trust Index. It scores 45 out of 100, grade D. It declares 8 tools. No publisher has claimed this listing.

D
Warning
45/100

omnicache-proxy

⚡ Zero-latency semantic caching, agent loop accelerator & cost optimization gateway for LLMs. Slash OpenAI & Anthropic bills by 40%-75%.

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

13manmayarai-hash

Source: github_repo_search

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

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Reads files from sensitive locations
Touches: ~/.omnicache/.env, ~/.env
🔐
You'll be asked for 7 credentials: ADMIN_API_KEY, ANTHROPIC_API_KEY, OMNICACHE_API_KEY, OMNICACHE_ADMIN_KEY, OPENAI_API_KEY, GEMINI_API_KEY, GOOGLE_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes8 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

omnicache_query

Performs an intent-gated semantic cache lookup for a prompt. Returns cached answer if similarity exceeds threshold (<1ms latency), saving 100% LLM tokens and API cost.

omnicache_store

Explicitly stores a high-value answer, documentation snippet, or code solution into the OmniCache vector memory for future instant retrieval.

omnicache_search

Performs sub-millisecond semantic similarity vector search across all cached prompts and solutions.

omnicache_replay_tool

Looks up cached execution outputs for deterministic agent tools (e.g. read_file, git_status, grep) with workspace state validation.

omnicache_record_tool

Records and caches execution output of a deterministic tool run for fast subsequent replay.

omnicache_invalidate

Purges or invalidates cached knowledge by tag, tenant ID, or pattern.

omnicache_stats

Returns real-time telemetry: cache hit ratios, total requests, and total dollars saved in LLM costs.

omnicache_health

Performs enterprise health and readiness check: verifies SQLite persistence, active L1/L2 vector entries, tool replayer integrity, and uptime.

// 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.
configOMNICACHE_AUDIT_LOG_PATH
configOMNICACHE_ORG_IDCryptographic Multi-Tenancy: Complete tenant isolation via org_id and environment variables.
🔐 secretADMIN_API_KEY
configOMNICACHE_DATA_DIR
configOMNICACHE_DB_PATH
configOMNICACHE_URL
configANTHROPIC_MODEL
configMAX_TOKENS
🔐 secretANTHROPIC_API_KEY
🔐 secretOMNICACHE_API_KEY
configPRIVACY_SALT
configOMNICACHE_PRIVACY_SALT
configOMNICACHE_PORT
configHOST
configOMNICACHE_HOST
🔐 secretOMNICACHE_ADMIN_KEY
configREQUIRE_AUTH
configOMNICACHE_ALLOW_INSECURE_NETWORK_EXPOSURE
configCORS_ALLOWED_ORIGINS
configCORS_ALLOW_ALL
🔐 secretOPENAI_API_KEY
🔐 secretGEMINI_API_KEY
configUPSTREAM_OPENAI_BASE_URL
configOPENAI_BASE_URL
configUPSTREAM_ANTHROPIC_BASE_URL
configANTHROPIC_BASE_URL
configUPSTREAM_GEMINI_BASE_URL
configGEMINI_BASE_URL
configSIMILARITY_THRESHOLD
configEXACT_CACHE_TTL
configSEMANTIC_CACHE_TTL
configMAX_CACHE_ENTRIES
configOMNICACHE_REDIS_URL
configCACHE_STORAGE_BACKEND
configREDIS_KEY_PREFIX
configEMBEDDER_BACKEND
configANN_INDEX_ENABLED
configANN_TOP_K
configHTTP_TIMEOUT_SECONDS
configHTTP_STREAM_READ_TIMEOUT_SECONDS
configOMNICACHE_ENABLE_CONTEXT_PRUNING
configOMNICACHE_PRUNE_LOOKBACK_TURNS
configOMNICACHE_PRUNE_MIN_CHARS
configOMNICACHE_PRUNE_HEAD_TAIL_LINES
configOMNICACHE_VOICE_ADAPTER_ENABLED
configOMNICACHE_VOICE_STRIP_FILLERS
configOMNICACHE_VOICE_CANONICALIZE_METADATA
configOMNICACHE_VOICE_MAX_ACTIVE_TURNS
configOMNICACHE_VOICE_FAST_PATH
configOMNICACHE_AUDIO_CACHE_ENABLED
configOMNICACHE_AUDIO_MAX_HAMMING_DISTANCE
configOMNICACHE_AUDIO_VAD_ENERGY_THRESHOLD
configOMNICACHE_CASCADE_POLICY
configOMNICACHE_CASCADE_THRESHOLD_ECONOMY
configOMNICACHE_CASCADE_THRESHOLD_BALANCED
configOMNICACHE_CASCADE_MAX_SPEND_PER_DAY
configOMNICACHE_SWARM_BUS_ENABLED
configOMNICACHE_SWARM_CACHE_TTL_SECONDS
configOMNICACHE_SWARM_MAX_ENTRIES_PER_SWARM
configOMNICACHE_MESH_ENABLED
configOMNICACHE_MESH_NODE_ID
configOMNICACHE_MESH_PEERS
configOMNICACHE_MESH_SYNC_INTERVAL
configOMNICACHE_MESH_HEARTBEAT_TIMEOUT
configOMNICACHE_MESH_MAX_TOMBSTONES
configOMNICACHE_QUANTIZED_EMBEDDER_ENABLED
configOMNICACHE_QUANTIZED_EMBEDDER_DIMS
configOMNICACHE_QUANTIZED_EMBEDDER_BITS
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configGOOGLE_REDIRECT_URI
configGITHUB_STEP_SUMMARY
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
deployREDIS_URL
// quality suggestions

No access to sensitive paths

Reads sensitive paths: ~/.omnicache/.env, ~/.env

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

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 1 concrete improvement 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/13manmayarai-hash/omnicache-proxy?variant=verified)](https://m8ven.ai/mcp/13manmayarai-hash/omnicache-proxy)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: c5c260c801066cae66fcb8a1e37d4c0c7726a194
code hash: 4c9f04a5533b0479244355219beed7d8a8f793ea724303f496a52f879ced1d6c
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