Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.tinhien11/tdai-memory-mcp

NPM · TDAI-MEMORY-MCP · SCANNED SEP 21

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

Available components

+3 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 44 of 170 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 839 tokens (~104/item across 8 items; 6 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 91% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "forget" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.tinhien11/tdai-memory-mcp server?

io.github.tinhien11/tdai-memory-mcp runs locally as an npm package, launched with npx -y tdai-memory-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · tdai-memory-mcp

# add to Claude Code
claude mcp add tinhien11-tdai-memory-mcp -- npx -y tdai-memory-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "tinhien11-tdai-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tdai-memory-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tinhien11-tdai-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tdai-memory-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add tinhien11-tdai-memory-mcp -- npx -y tdai-memory-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tinhien11-tdai-memory-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tdai-memory-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tinhien11-tdai-memory-mcp --command npx --arg -y --arg tdai-memory-mcp
# ~/.hermes/config.yaml
mcp_servers:
  tinhien11-tdai-memory-mcp:
    command: "npx"
    args: ["-y", "tdai-memory-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tinhien11-tdai-memory-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tdai-memory-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tinhien11-tdai-memory-mcp -t stdio -c npx -a -y tdai-memory-mcp
// mcp.json
{
  "mcpServers": {
    "tinhien11-tdai-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tdai-memory-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • GHSA-rgj7-g3m4-5g8c no longer affects this package security
    • GHSA-f88m-g3jw-g9cj no longer affects this package security
    • CVE-2026-39244 no longer affects this package security
    • Known CVEs: fail → pass security
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/tdai-memory-mcp@0.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 170 packages
Packages resolved 170
Stale 44
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~814 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
adr ~192

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.

NameTypeReqDescription
alternativesarrayOther options that were considered but rejected. Include why each was rejected.
consequencesstringThe consequences of this decision. What are the trade-offs, risks, and benefits?
contextstringyesThe problem or situation that requires a decision. Why is this decision needed?
decisionstringyesThe decision that was made. What was chosen?
session_keystringThe session key. The default is hash(cwd).
tagsarrayOptional tags for filtering. Example: ['arch', 'storage'].
titlestringyesA short title for the decision. Example: 'Use SQLite for local storage'.

No output schema declared.

No examples provided.

capture ~117

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.

NameTypeReqDescription
contentstringyesThe text to remember. The tool redacts secrets before it stores the text.
metadataobjectOptional metadata.
session_keystringThe session key. The default is hash(cwd).
tagsarrayOptional tags.
typestringyesThe type of the memory.

No output schema declared.

No examples provided.

forget ~65

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

NameTypeReqDescription
confirmbooleanSet this to true to execute the deletion.
filterobject
idstringThe ID of the capture to delete.

No output schema declared.

No examples provided.

handoff ~213

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.

NameTypeReqDescription
decisionsarrayA list of decisions made during this session. Include what was chosen and why.
filesarrayA list of files that matter for this task. Use the format: path:lines - reason.
next_stepsarrayA list of next steps for the next agent. Order by priority.
progressstringyesA summary of what has been done so far. Include the root cause if this is a bug fix.
session_keystringThe session key. The default is hash(cwd).
statusstringyesThe current status of the task.
taskstringyesA one-line description of the task.

No output schema declared.

No examples provided.

recall ~163

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.

NameTypeReqDescription
limitintegerThe maximum number of results.
max_tokensintegerThe maximum number of tokens in the response. If the result exceeds this value, the tool truncates the text.
modestringThe search mode.
offsetintegerThe pagination offset. Use this to get the next page of results.
querystringyesA natural language query. The tool uses this text for the BM25 search and the vector search.
session_keystringThe session key. The default is hash(cwd). Use this to recall memory from a different project.

No output schema declared.

No examples provided.

search ~64

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

NameTypeReqDescription
filtersobject
limitinteger
modestringThe search mode.
querystringyesThe search text.

No output schema declared.

No examples provided.

Common questions

What is the io.github.tinhien11/tdai-memory-mcp server?

io.github.tinhien11/tdai-memory-mcp is listed in the public MCP registry as io.github.tinhien11/tdai-memory-mcp. Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec. This page covers its npm package (tdai-memory-mcp).

Is the io.github.tinhien11/tdai-memory-mcp server safe to use?

io.github.tinhien11/tdai-memory-mcp scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.tinhien11/tdai-memory-mcp server expose?

io.github.tinhien11/tdai-memory-mcp exposes 6 tools: recall, capture, search, forget, handoff, adr. Their descriptions and schemas cost roughly 814 tokens of context every time the server is loaded.

Is the io.github.tinhien11/tdai-memory-mcp server still maintained?

io.github.tinhien11/tdai-memory-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.tinhien11/tdai-memory-mcp server under?

io.github.tinhien11/tdai-memory-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.