Claude Memory MCP Server (slaughters85j/claude-memory-mcp) is an MCP server listed on the M8ven Trust Index. It scores 66 out of 100, grade C. It declares 21 tools. No publisher has claimed this listing.

C
Caution
66/100

Claude Memory MCP Server

A persistent memory system for Claude using LanceDB, enabling semantic search, local embeddings, and tools to manage topics, memories, and todos across conversations.

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

⚡ 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

slaughters85j

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

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: 1 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 1 credential: OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes21 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.

all_chunks_search

Search for relevant document chunks in the vector store across all documents. Use with caution as it can return information from irrelevant sources. Requires RAG seeding (npm run seed).

catalog_search

Search for relevant documents in the catalog. Requires RAG seeding (npm run seed).

chunks_search

Search for relevant document chunks in the vector store based on a source document from the catalog. Requires RAG seeding (npm run seed).

prune_stale_data

Clean up old, low-importance data. Dry-run by default to preview what would be removed.

export_topic

Export all memories and todos for a topic as a structured document. Useful for archiving or sharing.

add_memory

Store a distilled memory. Keep content concise (1-10 sentences). For updates to existing memories, use update_memory or set supersedes_id.

update_memory

Update an existing memory's content or metadata.

search_memories

Search memories using semantic similarity and/or filters. Returns compact results by default.

get_memory

Get full details for a single memory, including linked todos and supersession chain.

get_memory_timeline

Get chronological memory history for a topic. Useful for understanding project evolution.

delete_memory

Delete a memory. Use sparingly - prefer updating importance to 0 for soft deprecation.

get_session_context

Get a summary of open items and recent activity. Call this at the start of conversations to check for unfinished work, overdue items, and recent context. Returns compact counts and lists - does not include full memory content.

add_todo

Create a new todo/action item. Link to topic and/or memory for context.

update_todo

Update a todo's details or status.

list_todos

List todos with filtering. Default returns open items sorted by priority.

delete_todo

Delete a todo. Prefer setting status to 'cancelled' for audit trail.

create_topic

Create a new topic to organize memories. Topics are buckets for projects, themes, or domains.

update_topic

Update an existing topic's metadata or status.

list_topics

List topics with optional filtering. Returns compact summaries, not full memory contents.

get_topic

Get full details for a single topic, including recent memories and open todos.

delete_topic

Delete a topic. Optionally reassign or delete associated memories and todos.

// known CVEs in dependencies1 high3 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.1.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

low@langchain/community@0.3.24GHSA-gf3v-fwqg-4vh7

@langchain/community affected by SSRF Bypass in RecursiveUrlLoader via insufficient URL origin validation

low@langchain/community@0.3.24GHSA-mphv-75cg-56wg

LangChain Community: redirect chaining can lead to SSRF bypass via RecursiveUrlLoader

lowuuid@10.0.0GHSA-w5hq-g745-h8pq

uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided

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.
configDISABLE_EMBEDDINGS"": "true"
🔐 secretOPENAI_API_KEY"": "sk-your-key-here"
configPREFER_OPENAI_EMBEDDINGS"": "true",
// 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

21/21 tools missing one or more hints — all_chunks_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); catalog_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); chunks_search (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +18 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.

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 1 high severity in production deps — @modelcontextprotocol/sdk@1.1.1 (high), @langchain/community@0.3.24 (low)

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

Dependency freshness

1/8 production deps stale: @xenova/transformers@2024-05-29 (2.2y)

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 Verified](https://m8ven.ai/badge/mcp/slaughters85j/claude-memory-mcp?variant=verified)](https://m8ven.ai/mcp/slaughters85j/claude-memory-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: d498b8b05d532643b28670cebc4dda51244635fc
code hash: 09f693ca4f473069a13141fcbeda2b534fea4b2fda7a7dc071e9f56327197f68
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