mcpbeat Sign in

thread-keeper MCP Server

local only

thread-keeper runs on your own machine — the client starts it, so there is no endpoint to ping. 184 installs a week from pypi. Last commit 17 Sep 2026.

Multi-agent shared brain across Claude, Codex, Antigravity, Gemini, Copilot, and VS Code.

Installs per day peak 206 · avg 34 · -71% w/w
a month agotoday
184
Installs / week
pypi · threadkeeper
12
Stars
21 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 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.

agent_plist="$HOME/Library/LaunchAgents/local.threadkeeper.agent-status.plist"
Builds a database query by concatenation install.sh:114
  ${CYAN}3.${RESET} Re-run this installer any time to update (it git-pulls + reinstalls).
            mod = __import__(f"threadkeeper.{modname}", fromlist=[fn])

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

Alternatives to thread-keeper

same job, measured the same way
Agent Channel
by amkentech

One identity across Claude Code, Codex, Cursor, Gemini, Windsurf: shared inbox and handoffs.

answering
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Agent MCP Hub
by blackaxgit

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

48 installs/wk local only
Relay MCP
by zhowe-designs

Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai.

local only
Wiff
by xxxoooxoxo

Deterministic, resumable multi-agent workflows across Codex, Claude, Cursor, and Kimi.

296 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
Memoize — persistent agent memory
by harrisonford

Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.

answering
Antoskill
by yforc

A package manager for Agent Skills — discover, vet, and pin them across Claude Code and Codex.

20 installs/wk local only

thread-keeper — questions

Answers built from our own checks of this server.

Why is there no uptime for thread-keeper?
thread-keeper 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 pypi package threadkeeper was installed 184 times last week.
How do I connect thread-keeper?
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 threadkeeper straight from pypi; nothing to host, nothing to sign up for.
How many people use thread-keeper?
The pypi package threadkeeper was installed 184 times in the last week. Week over week that is -71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is thread-keeper open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 21 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.