mcpbeat Sign in

Th Memory MCP Server

by worakorn-prince Your server? Claim it
local only

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

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

Installs per day peak 580 · avg 19
a month agotoday
1 468
Installs / week
npm · th-memory-mcp
2
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime result/viewer.html:200
    tableWrap.innerHTML = html;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 th-memory-mcp -- npx -y th-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "th-memory-mcp": {
      "args": [
        "-y",
        "th-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.th-memory-mcp]
command = "npx"
args = ["-y", "th-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "th-memory-mcp": {
      "args": [
        "-y",
        "th-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "th-memory-mcp": {
      "args": [
        "-y",
        "th-memory-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Th Memory MCP

same job, measured the same way
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
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

165 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

69 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

82 installs/wk local only
Memory Fts
by kurovu146

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

51 installs/wk local only
Kireo
by wang1051992187

Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.

60 installs/wk local only
C
Wontopos
by wontopos

Wontopos (WOS) long-term memory (beta) - one memory across Claude Code, Cursor, and your agents.

483 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

84 installs/wk local only

Th Memory MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Th Memory MCP?
Th 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 th-memory-mcp was installed 1 468 times last week.
How do I connect Th 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 th-memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Th Memory MCP?
The npm package th-memory-mcp was installed 1 468 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 Th Memory MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.