# tdai-memory-mcp

**Category:** 🗄️ Databases  
**Repository:** https://github.com/tinhien11/tdai-memory-mcp  
**GitHub Stars:** 4  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/tdai-memory-mcp

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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "tdai-memory-mcp": {
    "command": "npx",
    "args": ["-y","remem-mcp"]
  }
}
```

## Documentation & 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)

