Memory MCP (theamargupta/memory-mcp) is an MCP server listed on the M8ven Trust Index. It scores 17 out of 100, grade F. It declares 8 tools. No publisher has claimed this listing.

F
Warning
17/100

Memory MCP

Persistent knowledge base for AI tools: store coding rules, project context, and decisions once, then let any MCP-compatible client read them via a single endpoint.

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

theamargupta

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
⚠️
Tool descriptions don’t match what handlers do
4 tools describe read intent but their handlers mutate — search_memory (line 16: supabase.from('memory_access_log').insert({); get_memory (line 16: supabase.from('memory_access_log').insert({); get_rules (line 16: supabase.from('memory_access_log').insert({)
⚠️
Known vulnerabilities in dependencies: 7 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.
// 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.

save_memory

Store a new memory with content, category, tags, and optional project scope.

search_memory

Semantic search across all memories using natural language query. Uses AI-powered vector similarity.

list_memories

Browse memories by category, tags, project, or date range.

get_memory

Retrieve a specific memory by ID.

update_memory

Modify title, content, tags, or category of an existing memory. PATCH semantics — omitted fields are left unchanged.

delete_memory

Remove a memory (soft delete — can be undone).

get_rules

Fetch all 'rule' category memories — shortcut for .claude.md style rules. Optionally filter by project.

get_context

Fetch all memories for a specific project — instant project onboarding.

// known CVEs in dependencies7 high6 low

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

highnext@16.2.3GHSA-267c-6grr-h53f

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes

highnext@16.2.3GHSA-26hh-7cqf-hhc6

Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up

highnext@16.2.3GHSA-36qx-fr4f-26g5

Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n

highnext@16.2.3GHSA-492v-c6pp-mqqv

Next.js has a Middleware / Proxy bypass through dynamic route parameter injection

highnext@16.2.3GHSA-8h8q-6873-q5fj

Next.js Vulnerable to Denial of Service with Server Components

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployNEXT_PUBLIC_APP_URL
deployNEXT_PUBLIC_SUPABASE_ANON_KEY
deployNEXT_PUBLIC_SUPABASE_URL
deploySUPABASE_SERVICE_ROLE_KEY
// 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

8/8 tools missing one or more hints — save_memory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); search_memory (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_memories (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +5 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.

Destructive tools are labelled

2 tools perform destructive updates without destructiveHint — update_memory overwrites at line 231 (supabase); delete_memory overwrites at line 263 (supabase)

Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.

Descriptions match behaviour

4 tools describe read intent but their handlers mutate — search_memory (line 16: supabase.from('memory_access_log').insert({); get_memory (line 16: supabase.from('memory_access_log').insert({); get_rules (line 16: supabase.from('memory_access_log').insert({)

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool handlers catch errors

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

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

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 7 high severity in production deps — next@16.2.3 (high), next@16.2.3 (high)

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

Dependency freshness

1/16 production deps stale: server-only@2022-09-03 (3.8y)

Tool description accuracy

4 tools have description/behavior mismatches: search_memory: description implies read-only but handler writes/deletes/executes; list_memories: description implies read-only but handler writes/deletes/executes; get_rules: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

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 9 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/theamargupta/memory-mcp?variant=verified)](https://m8ven.ai/mcp/theamargupta/memory-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a74cad9a6d8af509ab18b6b852ad265e2c7dd43e
code hash: 2d5be4dcc964b2d17789a14970c7b7667ed5280935906ce13778ed6e3ea1e26e
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