mcpbeat Sign in

Threadctx MCP Server

by threadctx-dev Your server? Claim it
local only

Threadctx MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 29 Jul 2026.

Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev.

Installs per day peak 194 · avg 20 · -49% w/w
a month agotoday
58
Installs / week
npm · threadctx-mcp
1
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Threadctx MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: THREADCTX_MODE ('local' (default, free, no signup) or 'cloud' (shared team memory)), THREADCTX_API_KEY (API key for cloud mode, issued at threadctx.dev. Not needed in local mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Threadctx MCP

same job, measured the same way
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
Th Memory MCP
by worakorn-prince

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

449 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

785 installs/wk local only
Monet
by team-monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

107 installs/wk local only
Bilg
by bilgai

Shared memory for coding agents and their teams: docs, epics, tasks and decisions over MCP.

answering
StremAI
by thomasjumper

StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.

96 installs/wk answering
Tdai Memory MCP
by tinhien11

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

126 installs/wk local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only

Threadctx MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Threadctx MCP?
Threadctx 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 threadctx-mcp was installed 58 times last week.
How do I connect Threadctx 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 threadctx-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Threadctx MCP?
The npm package threadctx-mcp was installed 58 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Threadctx MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.