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
- repository
- github.com/po4erk91/thread-keeper
- 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
Alternatives to Thread Keeper
Maintained memory servers if Thread Keeper isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
Pairs well with
Servers that cover what Thread Keeper doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Weasley DeepMind · Continuum · Kairn · Lambdacad MCP · Pseudolife Memory
More Python MCP servers · PostHog MCP Server · Garmin Workouts MCP · Photographi MCP · Fetch V2 · reMarkable MCP Server (Read/Write) · see all