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.
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.
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.
claude mcp add threadctx-mcp -- npx -y threadctx-mcp
{
"mcpServers": {
"threadctx-mcp": {
"args": [
"-y",
"threadctx-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.threadctx-mcp]
command = "npx"
args = ["-y", "threadctx-mcp"]
{
"mcpServers": {
"threadctx-mcp": {
"args": [
"-y",
"threadctx-mcp"
],
"command": "npx"
}
}
}
{
"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.
Shared debugging memory for AI coding agents
Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor
Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.
Local-first, state-centric memory for coding agents. MCP server + CLI.
Shared memory for coding agents and their teams: docs, epics, tasks and decisions over MCP.
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.
Answers built from our own checks of this server.