remind (sandst1/remind) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 20 tools. No publisher has claimed this listing.

C
Warning
74/100

remind

A memory layer for AI Agents

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

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

sandst1

Source: github_topic

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
🚨
Code appears obfuscated
1 file are unreadable to a human reviewer. Cannot audit what they do.
🔐
You'll be asked for 2 credentials: OPENAI_API_KEY, AZURE_OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes20 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.

remember

Store an experience or observation in memory (fast, no LLM calls).

recall

Retrieve relevant memories for a query.

apply

Apply a batch changeset to memory. All operations execute in a single transaction (all-or-nothing). Returns per-operation results including new IDs and any collisions. Input format (compact line format, one op per line): remember as=f1 t=fact e=concept:caching "Cache TTL is 600 seconds" supersede ol

snapshot

Read a snapshot of memory state as JSON. Combines one or more scopes into a single JSON document. Use to inspect memory before curating with apply. Scopes (space or comma separated): pending - Unprocessed episodes with their entities conflicts - Open conflicts with full fact details entity:<id> - Ep

events

Read the append-only change feed of writes.

list_conflicts

List detected memory conflicts (contradictions) awaiting triage.

resolve_conflict

Resolve a conflict by declaring which fact is correct.

dismiss_conflict

Dismiss a conflict: both claims are valid (e.g. different contexts).

inspect

Inspect concepts or episodes in memory. Use this to examine what's stored in memory: - List all concepts (no concept_id) - View a specific concept (with concept_id) - View recent episodes (show_episodes=True) - Filter episodes by date range (show_episodes=True with start_date/end_date) Args: concept

stats

Get memory statistics.

episode_types

List configured episode types.

entities

List entities (files, functions, people, etc.) in memory.

inspect_entity

Inspect an entity and its relationships.

update_episode

Update an existing episode in memory.

delete_episode

Soft delete an episode from memory.

restore_episode

Restore a previously deleted episode.

update_concept

Update an existing concept.

delete_concept

Soft delete a concept from memory.

restore_concept

Restore a previously deleted concept.

list_deleted

List soft-deleted episodes and concepts.

// 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.
configLLM_PROVIDER
configEMBEDDING_PROVIDER
configLOCAL_EMBEDDING_MODEL
🔐 secretOPENAI_API_KEY
configOPENAI_BASE_URL
configOPENAI_EMBEDDING_MODEL
configOPENAI_EMBEDDING_SIZE
🔐 secretAZURE_OPENAI_API_KEY
configAZURE_OPENAI_API_BASE_URL
configAZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME
configAZURE_OPENAI_EMBEDDING_SIZE
configOLLAMA_URL
configOLLAMA_EMBEDDING_MODEL
configREMIND_DECAY_ENABLED
configREMIND_DECAY_INTERVAL
configREMIND_DECAY_RATE
configREMIND_EPISODE_TYPES
configREMIND_DB_URL
configREMIND_HYBRID_KEYWORD_WEIGHT
configREMIND_RECALL_INITIAL_CANDIDATES
configREMIND_LEXICAL_ENABLED
configREMIND_RRF_K
configREMIND_RECALL_MAX_CHARS
configREMIND_RECALL_MIN_SCORE
configREMIND_RECALL_TIMEOUT_MS
configREMIND_RERANKING_ENABLED
configREMIND_RERANKING_MODEL
configREMIND_CLI_RECALL_WORKER_ENABLED
configREMIND_CLI_RECALL_WORKER_IDLE_SECONDS
configREMIND_FACT_CLUSTER_JACCARD_THRESHOLD
configREMIND_REMEMBER_NEARBY_K
configREMIND_LOGGING_ENABLED
configREMIND_CLI_OUTPUT_MODE
// 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

20/20 tools missing one or more hints — remember (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); recall (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); apply (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +17 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.

Readable source code

1 file are minified or bundled, which is usually build output rather than concealment

Ship unminified, readable source.

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 3 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/sandst1/remind?variant=verified)](https://m8ven.ai/mcp/sandst1/remind)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: a912729f3aec14d5fa27f67048fdf736e7dcf7d3
code hash: b0e262f738fee4649d4e94fe1a8416d4e5425865f8737efdea842214114793f6
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