Mmcp.market

Tdai Memory MCP server

by tinhien11·io.github.tinhien11/tdai-memory-mcp·v0.3.0

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

C69/100grade C
What users say
No reviews yet
Be the first
Safety scan
C69/100

full report

Adoption
Growing

4 stars70 downloads/wk

Reviews

Write one

Nobody has reviewed Tdai Memory yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Tdai Memory tools (6, 2 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • adr

    Record an Architecture Decision Record (ADR). Use this tool when you make a technical decision that future agents should know about. The ADR is stored as a structured capture and can be recalled by any agent working on the same project.

  • capture

    Save a decision, a learning, or a task outcome to memory. Call this tool after you complete a non-trivial task, make a decision, or fix a bug with a known root cause.

  • forgetwrite action

    Delete specific memory entries. Use this tool only when the user requests a deletion. Do not auto-forget.

  • handoffwrite action

    Write a structured handoff packet for the next agent session. Call this tool at the end of a session, or before you switch to a different agent. The next agent calls recall to load this packet and continue without re-reading files. This saves 60-85% of tokens compared to re-discovering context.

  • recall

    Retrieve relevant past memory. Call this tool before you answer the user. Use it when the user references past work or when the task needs project context.

  • search

    Search memory by keyword or by semantic similarity. Use this tool when recall is too broad and you need specific facts.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

1 high
  • Code scan4 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancerepository archived0/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (1)

  • highRepository is archivedmaint.archived
Overall 69/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Tdai Memory repository's README, as published. We do not edit it. Read it on GitHub

tdai-memory-mcp → remem-mcp

This package has been renamed to remem-mcp.

Migrate

npx remem-mcp setup

Your existing memory.db is preserved — same SQLite file, same path (~/.local/share/remem-mcp/memory.db).

What changed

  • Package name: tdai-memory-mcp → remem-mcp
  • Env vars: TDAI → REMEM
  • Everything else stays the same: same tools, same DB, same hooks

Links

  • New repo: github.com/tinhien11/remem-mcp
  • npm: npmjs.com/package/remem-mcp

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y tdai-memory-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add tdai-memory-mcp -- npx -y tdai-memory-mcp
Add to Cursor

Tdai Memory: common questions

Is Tdai Memory MCP server safe?
With care: it is graded C, so read the findings first (69/100). Read the Tdai Memory safety report
How do I install Tdai Memory?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Tdai Memory need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Tdai Memory maintained?
The last commit was 41 days ago (2026-08-15). The latest release is v0.3.0.
What can I use instead of Tdai Memory?
Servers from other publishers that do the same job: Remem MCP server, Myc MCP server and skillmem MCP server. Compare all Tdai Memory alternatives.

Alternatives to Tdai Memory

Same job from other publishers: the closest match first, then the best rated.

All Tdai Memory alternatives →
  • Remem
    Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.
    B
  • Myc
    Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
    C
  • skillmem
    Skill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.
    A
  • memo
    Memory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud.
    A
  • Redis MCP Server
    Read-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisor
    B

More from tinhien11 →