C
Limited view
67/100
1 month ago

Mnemo MCP

Persistent AI memory server with hybrid search and embedded sync. Enables AI agents to store, retrieve, and manage information across sessions with temporal knowledge graph support.

Limited view. Automated analysis covers part of this stack. Findings reflect what we verified. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

Limited view: static analysis for Python is partially covered.

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

expandingideas-ai

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
14 tools verified — handlers match their declared behaviour
4 read-only tools verified — handlers contain no write/delete/exec
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 10 credentials: MCP_RELAY_PASSWORD, JINA_AI_API_KEY, GEMINI_API_KEY, GOOGLE_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY, XAI_API_KEY, COHERE_API_KEY, CO_API_KEY, MCP_DCR_SERVER_SECRET
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.
configCLOUDFLARE_ACCOUNT_ID
configMNEMO_D1_ID
configMNEMO_IMAGE_TAG
configMNEMO_KV_ID
configMNEMO_SKIP_ROUTES
configCF_ENDPOINT
configRELAY_PW
🔐 secretMCP_RELAY_PASSWORD
configMNEMO_DB_PATHDB_PATH ~/.mnemo-mcp/memories.db SQLite database path (also accepts )
configDEDUP_THRESHOLD0.9 Similarity above which a new memory is a duplicate
configCOMPRESSION_ENABLED
configCOMPRESSION_MODEL
configMCP_TRANSPORTv mnemo-data:/data -e =http \
configTRANSPORT_MODE
configMNEMO_DATA_DIR
configPUBLIC_URLe =https://mnemo.example.com \
configSYNC_PASSPHRASE
configDOCS_DB_BACKEND
🔐 secretJINA_AI_API_KEYjina_ai/ jina.ai/api-dashboard
🔐 secretGEMINI_API_KEYgemini/ aistudio.google.com/apikey
🔐 secretGOOGLE_API_KEY
🔐 secretOPENAI_API_KEYopenai/ (or bare) platform.openai.com/api-keys
configEMBEDDING_MODEL
configEMBEDDING_API_BASECustom OpenAI-compatible endpoints (SSRF-guarded): LLM_API_BASE, ,
🔐 secretANTHROPIC_API_KEY
🔐 secretXAI_API_KEY
configLLM_API_BASECustom OpenAI-compatible endpoints (SSRF-guarded): , EMBEDDING_API_BASE,
configMCP_RELAY_URL
configRERANK_API_BASE
🔐 secretCOHERE_API_KEYcohere/ dashboard.cohere.com/api-keys
🔐 secretCO_API_KEY
configARCHIVE_TRIGGER_EVERY
🔐 secretMCP_DCR_SERVER_SECRET
configMCP_PORT
configMCP_AUTH_DISABLE
configSYNC_S3_BUCKET
// quality suggestions

All four hints declared on every tool

11/14 tools missing one or more hints — add_memory (missing: idempotentHint, openWorldHint); search_memory (missing: idempotentHint, openWorldHint); list_memories (missing: idempotentHint, openWorldHint), +8 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 inputs are validated

12/14 tool handlers declare input schemas (86%)

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

Tool handlers catch errors

Only 0/14 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 1/14 tools referenced in tests (7%)

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

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 4 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/expandingideas-ai-mnemo-mcp-v8kb0d)](https://m8ven.ai/mcp/expandingideas-ai-mnemo-mcp-v8kb0d)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: c62d5dee8bc2cde7ae42d282eb3d053ad5279e26
code hash: 491093875621a2b493bcc5ebda63136e7d6b34b9d1044c9fdb242bcfb5953cdb
verified: 6/24/2026, 9:39:23 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