67
/ 100
1 month ago
github_topic

ClawMem

On-device memory layer for AI agents. Claude Code, Hermes and OpenClaw. Hooks + MCP server + hybrid RAG 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.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// 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 →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
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
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// 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 Score](https://m8ven.ai/badge/mcp/yoloshii-clawmem-sgfkiv)](https://m8ven.ai/mcp/yoloshii-clawmem-sgfkiv)
commit: 8016a442b1b27af64f4a5912016dd2110aba8b89
code hash: 787674db8d20b29be52602407e23300b45f01e22b6f85fb05223297021b18d10
verified: 6/14/2026, 10:33:57 AM
view raw JSON →