mcpbeat Sign in

Tdai Memory MCP Server

local only

Tdai Memory MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from npm. Last commit 15 Aug 2026.

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

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 2 665 · avg 150
a month agotoday
133
Installs / week
npm · tdai-memory-mcp
4
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tdai-memory-mcp -- npx -y tdai-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tdai-memory-mcp": {
      "args": [
        "-y",
        "tdai-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tdai-memory-mcp]
command = "npx"
args = ["-y", "tdai-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tdai-memory-mcp": {
      "args": [
        "-y",
        "tdai-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tdai-memory-mcp": {
      "args": [
        "-y",
        "tdai-memory-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tdai Memory MCP

same job, measured the same way
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

134 installs/wk local only
Engram
by hbarefoot

Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.

125 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

255 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

1 468 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

508 installs/wk local only
lean-memory
by wuesteon

Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.

215 installs/wk local only
Local Memory
by studiomeyer-io

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

117 installs/wk local only

Tdai Memory MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tdai Memory MCP?
Tdai Memory MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tdai-memory-mcp was installed 133 times last week.
Is Tdai Memory MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Tdai Memory MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tdai-memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tdai Memory MCP?
The npm package tdai-memory-mcp was installed 133 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tdai Memory MCP open source?
Yes — written in JavaScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.