ClawMem (yoloshii/ClawMem) is an MCP server listed on the M8ven Trust Index. It scores 67 out of 100, grade C. It declares 31 tools. No publisher has claimed this listing.

C
Caution
67/100
3 months ago

ClawMem

On-device memory layer for AI agents. Claude Code, OpenClaw and Hermes. Hooks + MCP server + hybrid RAG search.

Caution. Specific findings reduced this grade. They are listed on the page. 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

yoloshii

Source: github_topic · also listed on 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

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
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 2 credentials: CLAWMEM_API_TOKEN, CLAWMEM_EMBED_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 high1 low

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

high@modelcontextprotocol/sdk@1.25.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.25.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

lowyaml@2.8.2GHSA-48c2-rrv3-qjmp

yaml is vulnerable to Stack Overflow via deeply nested YAML collections

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.
configCLAUDE_SESSION_ID
🔐 secretCLAWMEM_API_TOKENsecret ./bin/clawmem serve # with bearer token auth
configCLAWMEM_CONFIG_DIR
configCLAWMEM_CONTRADICTION_POLICYlink v0.7.1. Merge-time contradiction gate policy. link inserts a new row + contradicts edge (default). supersede marks the old row status='inactive'.
🔐 secretCLAWMEM_EMBED_API_KEYjina_your-key-here
configCLAWMEM_EMBED_DIMENSIONSOpenAI https://api.openai.com text-embedding-3-small 1536 8K context, Matryoshka dimensions via
configCLAWMEM_EMBED_MAX_CHARSNote: Cloud providers handle their own context window limits — ClawMem skips client-side truncation when an API key is set. Local llama-server truncates at (default: 6000 chars).
configCLAWMEM_EMBED_MODELjina-embeddings-v5-text-small
configCLAWMEM_EMBED_TPM_LIMIT100000 Tokens-per-minute limit for cloud embedding pacing. Match to your provider tier.
configCLAWMEM_EMBED_URLexport =http://gpu-host:8088
configCLAWMEM_ENABLE_AMEMenabled A-MEM note construction + link generation during indexing
configCLAWMEM_FOCUS_ROOT
configCLAWMEM_HOOK_DEDUP_WINDOW_SEC
configCLAWMEM_LLM_MODELexport =qwen3
configCLAWMEM_LLM_NO_THINKtrue Append /no_think to remote LLM prompts. Set to false for standard OpenAI models and other endpoints that reject or treat the Qwen-style suffix as literal prompt text.
configCLAWMEM_LLM_REASONING_EFFORT
configCLAWMEM_LLM_URLexport =http://gpu-host:8089
configCLAWMEM_MERGE_GUARD_DRY_RUNfalse v0.7.1. When true, Phase 2 merge-safety rejections are logged but not enforced — use for calibration before enabling the gate.
configCLAWMEM_MERGE_SCORE_NORMAL0.93 v0.7.1. Phase 2 consolidation merge-safety threshold when candidate and existing anchors align. Merges above this normalized 3-gram cosine score are allowed.
configCLAWMEM_NO_LOCAL_MODELSTo prevent fallback and fail fast instead, set =true.
configCLAWMEM_NUDGE_INTERVAL
configCLAWMEM_PRECOMPACT_PROXIMITY_RATIO
configCLAWMEM_PROFILEbalanced # speed balanced deep
configCLAWMEM_SESSION_FOCUS
configCLAWMEM_SESSION_ID
configCLAWMEM_STDIO_MODE
configCLAWMEM_VAULTSexport ='{"work":"~/.cache/clawmem/work.sqlite","personal":"~/.cache/clawmem/personal.sqlite"}'
configINDEX_PATH
configNO_COLOR
// 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

31/31 tools missing one or more hints — __IMPORTANT (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); memory_retrieve (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +28 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

29/31 tool handlers declare input schemas (94%)

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

Tool handlers catch errors

Only 4/31 tool handlers wrap calls in try/catch (13%)

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

Tool test coverage

Only 6/31 tools referenced in tests (19%)

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

Shell command execution

150 child_process calls — runs shell commands

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

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

Production dependencies are patched

0 critical, 2 high severity in production deps — @modelcontextprotocol/sdk@1.25.1 (high), @modelcontextprotocol/sdk@1.25.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dependency freshness

1/6 production deps stale: gray-matter@2023-07-12 (2.9y)

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 8 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/yoloshii/clawmem?variant=verified)](https://m8ven.ai/mcp/yoloshii/clawmem)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 8016a442b1b27af64f4a5912016dd2110aba8b89
code hash: 787674db8d20b29be52602407e23300b45f01e22b6f85fb05223297021b18d10
verified: 6/14/2026, 10:33:57 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