Thread Keeper
@po4erk91
Thread Keeper について
Multi-agent shared brain across Claude Code/Desktop, Codex, Antigravity CLI (agy), Gemini, Copilot, and VS Code. One local SQLite store for threads, notes, verbatim quotes, and a dialectic user model; spawn/broadcast/whisper/inbox multi-agent coordination primitives; autonomous b
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"thread-keeper": {
"command": "uvx",
"args": [
"--from",
"threadkeeper[semantic]",
"python",
"-m",
"threadkeeper.server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Thread Keeper?
Thread Keeper is a local MCP server that turns multiple parallel agent instances (Claude Code/Desktop, Codex, Antigravity CLI, Gemini legacy, Copilot, and VS Code) into a coordinated multi-agent system instead of isolated chats. It provides cross-session memory, a self-improving skill library, and inter-agent signaling via one shared SQLite store.
How to use Thread Keeper?
Install via pipx, uv, or pip: pipx install 'threadkeeper[semantic]' && thread-keeper-setup. This detects every CLI, registers the MCP server, copies hooks, and writes managed instructions files. Restart your CLI; hook-capable clients auto-inject a brief, while hookless clients (Codex, Antigravity CLI) follow the instructions to manually call brief() or context().
Key features of Thread Keeper
- Collective memory: threads, notes, quotes, and dialectic claims shared across all CLIs.
- Multi-agent coordination: spawn, broadcast, whisper, inbox, wait, ask, and respond primitives.
- Self-improving skill library with autonomous background loops (auto-review, harvester, curator, etc.).
- Multi-CLI integration: Claude Code/Desktop, Codex, Antigravity CLI, Gemini legacy, Copilot, VS Code.
- Auto-update daemon that checks daily and upgrades via git pull or pip install.
- macOS menu-bar app for monitoring loops, cleaning memory, and adjusting settings.
Use cases of Thread Keeper
- Share context and memory across different agent CLIs (e.g., Claude and Codex) so skills transfer.
- Coordinate parallel agent instances working on the same task, avoiding duplicated work.
- Build a persistent, self-improving skill library from past interactions across all CLIs.
FAQ from Thread Keeper
Which CLIs does it integrate with?
Claude Code, Claude Desktop, Codex (CLI and desktop), Antigravity CLI (agy), Gemini legacy, Copilot, and VS Code (every MCP-aware extension via user-level mcp.json).
How does it store data?
All data lives in a local SQLite store. Every connected client shares the same store, threads, user model, and learning loop.
What are the runtime requirements?
Python 3.11+ is required. The recommended install uses pipx; alternatively, uv or a plain venv works. No external database needed—SQLite is bundled.
How does auto-update work?
By default, the MCP server checks once per day. For editable git checkouts, it fast-forwards the tracked branch and reinstalls the editable package. For PyPI/pipx/venv installs, it runs pip install --upgrade. Dirty or diverged git checkouts are skipped.
How does spawning work?
spawn(prompt, slim=True, ...) launches a child Claude session via claude -p subprocess. Slim mode loads only the thread-keeper MCP (~500 MB RSS vs ~1.3 GB). Admission control refuses spawns that would exceed THREADKEEPER_SPAWN_BUDGET_MB (3 GB default).
「AI とエージェント」の他のコンテンツ
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
コメント