Back to the catalog

io.github.tinhien11/tdai-memory-mcp

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

Open source Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
AI, RAG & memory
Publisher
tinhien11
Origin
official
Category
ferramentas
Transport
local
Version
0.3.0
Stars
4
Last push
2026-08-15T07:42:02Z
Repository state
arquivado
Language
JavaScript
Added
2026-08-29 04:01:33
Updated
2026-08-29 04:01:33
Origin id
io.github.tinhien11/tdai-memory-mcp

README

# tdai-memory-mcp → remem-mcp

**This package has been renamed to `remem-mcp`.**

## Migrate

```bash
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](https://github.com/tinhien11/remem-mcp)
- npm: [npmjs.com/package/remem-mcp](https://www.npmjs.com/package/remem-mcp)

More