Thread Keeper MCP Server

Multi-agent shared brain across Claude Code/Desktop, Codex, Antigravity CLI (agy), Copilot, and VS Code. Cross-session memory, self-improving skill loops, and inter-agent signaling - one local MCP server turns parallel agent instances into a coordinated multi-agent system instead of N isolated chats.

People who work with codex, gemini and memory and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 12 · #78 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Thread Keeper

before you install - you'll need

Set THREADKEEPER_MEMORY_EGRESS before connecting.

Claude Code

claude mcp add po4erk91-thread-keeper -- uvx threadkeeper

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "po4erk91-thread-keeper": {
      "command": "uvx",
      "args": [
        "threadkeeper"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package threadkeeper - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.po4erk91 is GitHub-verified and matches the repo owner

03 · What Thread Keeper can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.17.6 · 2026-09-17

Fixed · Spawned agents keep the ThreadKeeper MCP server on the configured install. · MCP launch settings now enable Python safe-path mode, and Codex spawns apply · the same setting as a per-invocation MCP override. A…

v0.17.5 · 2026-09-13

Fixed · Skill telemetry now records real visibility and gives the curator the · trusted foreground-use split. skill_list increments each returned · skill's view counter, transcripted Skill invocations increment both…

v0.17.4 · 2026-09-11

Fixed · Curator false-positive pruning now follows foreground consultation. · Background-review skills with no foreground use remain eligible for prune · review after 14 days even when automatic maintenance has…

04 · Who maintains Thread Keeper

thread-keeper is maintained by po4erk91. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
memory - ranked #78 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-17)
registry
io.github.po4erk91/thread-keeper (active, first published 2026-06-14 · 2 versions)
packages
pypi:threadkeeper

06 · Thread Keeper FAQ

What is Thread Keeper?

Multi-agent shared brain across Claude Code/Desktop, Codex, Antigravity CLI (agy), Copilot, and VS Code. Cross-session memory, self-improving skill loops, and inter-agent signaling - one local MCP server turns parallel agent instances into a coordinated multi-agent system instead of N isolated chats.

Is Thread Keeper still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Thread Keeper?

Run `uvx threadkeeper`. The README documents one environment variable (THREADKEEPER_MEMORY_EGRESS) to set first. Set THREADKEEPER_MEMORY_EGRESS before connecting. You can also paste the ready-made client config above.

Does Thread Keeper run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Thread Keeper

Pairs well with

Servers that cover what Thread Keeper doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135