Tdai Memory MCP server
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
4 stars70 downloads/wk
Reviews
Write oneNobody 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 postsRead from the package source without running it. The installed server may list more.
adrRecord 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.
captureSave 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 actionDelete specific memory entries. Use this tool only when the user requests a deletion. Do not auto-forget.
handoffwrite actionWrite 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.
recallRetrieve 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.
searchSearch 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
- 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 archived
maint.archived
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 setupYour 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
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 40 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.
- RememLocal-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.not reviewedEstablishedB
- MycTask queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.not reviewedGrowingC
- skillmemSkill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.not reviewedGrowingA
- memoMemory for AI agents — MLX (Apple Silicon) or CPU (Linux), sqlite-vec + BM25, zero cloud.not reviewedGrowingA
- Redis MCP ServerRead-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisornot reviewedGrowingB