From ffc25629c227377b09180496a9866a05bb5f5d1d Mon Sep 17 00:00:00 2001 From: vspapg Date: Sun, 23 Aug 2026 23:02:28 +0300 Subject: [PATCH 1/2] Add claude-handoff (Knowledge & Memory) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..6727909d4 100644 --- a/README.md +++ b/README.md @@ -2208,6 +2208,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` - [ihorponom/agentpack](https://github.com/ihorponom/agentpack) [![ihorponom/agentpack MCP server](https://glama.ai/mcp/servers/ihorponom/agentpack/badges/score.svg)](https://glama.ai/mcp/servers/ihorponom/agentpack) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from. +- [Vasilispapg/claude-handoff](https://github.com/Vasilispapg/claude-handoff) [![Vasilispapg/claude-handoff MCP server](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff/badges/score.svg)](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff) 🐍 🏠 🍎 πŸͺŸ 🐧 - Post-hoc session handoff for Claude Code: turns any session transcript β€” including crashed or usage-limit-hit ones β€” into one clean handoff.md that another model or agent continues from (ChatGPT, Gemini, or the next Claude). MCP tools `list_sessions` and `handoff`; zero dependencies, single Python file, secrets redacted before anything leaves the machine. `pipx install claude-handoff`, then `claude-handoff --mcp`. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex/) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” hybrid search, notes & files, memory, tasks, link graph, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use From 6885b625fe1dba7b0f943d6b9d4f0acdbc284d18 Mon Sep 17 00:00:00 2001 From: vspapg Date: Wed, 26 Aug 2026 11:32:18 +0300 Subject: [PATCH 2/2] =?UTF-8?q?claude-handoff:=20refresh=20entry=20?= =?UTF-8?q?=E2=80=94=20project=20memory=20(--brief),=20--allow-llm,=20stdl?= =?UTF-8?q?ib=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6727909d4..3c5b82716 100644 --- a/README.md +++ b/README.md @@ -2208,7 +2208,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [a2cr/a2cr](https://github.com/a2cr/a2cr) [![a2cr/a2cr MCP server](https://glama.ai/mcp/servers/a2cr/a2cr/badges/score.svg)](https://glama.ai/mcp/servers/a2cr/a2cr) 🐍 ☁️ 🏠 🍎 πŸͺŸ 🐧 - MCP server for AI-agent handoffs. Saves client-encrypted WorkBaton checkpoints and WorkStash notes so Codex, Claude Code, Roo Code, and other MCP clients can resume work without passing full chat history. - [ahmetakyurt/zipmem-mcp](https://github.com/ahmetakyurt/zipmem-mcp) [![ahmetakyurt/zipmem-mcp MCP server](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ahmetakyurt/zipmem-mcp) πŸ“‡ 🏠 - Local-first long-term memory for terminal AI agents (Claude Code et al.) via Anchored Compacting. Stores blueprints, code anchors (fileβ†’lineβ†’concept), and distilled lessons in a single JSON under `.zipmem/`, restoring full cross-session project context at near-zero token cost. No DB, no API keys, no embeddings. `npx zipmem-mcp` - [ihorponom/agentpack](https://github.com/ihorponom/agentpack) [![ihorponom/agentpack MCP server](https://glama.ai/mcp/servers/ihorponom/agentpack/badges/score.svg)](https://glama.ai/mcp/servers/ihorponom/agentpack) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Repo-native task continuity for AI coding agents: a reviewed task-state ledger (decisions, dead ends, evidence, checkpoints) in `.agentpack/` that any next session or client resumes from. -- [Vasilispapg/claude-handoff](https://github.com/Vasilispapg/claude-handoff) [![Vasilispapg/claude-handoff MCP server](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff/badges/score.svg)](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff) 🐍 🏠 🍎 πŸͺŸ 🐧 - Post-hoc session handoff for Claude Code: turns any session transcript β€” including crashed or usage-limit-hit ones β€” into one clean handoff.md that another model or agent continues from (ChatGPT, Gemini, or the next Claude). MCP tools `list_sessions` and `handoff`; zero dependencies, single Python file, secrets redacted before anything leaves the machine. `pipx install claude-handoff`, then `claude-handoff --mcp`. +- [Vasilispapg/claude-handoff](https://github.com/Vasilispapg/claude-handoff) [![Vasilispapg/claude-handoff MCP server](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff/badges/score.svg)](https://glama.ai/mcp/servers/Vasilispapg/claude-handoff) 🐍 🏠 🍎 πŸͺŸ 🐧 - Post-hoc session handoff and project memory for Claude Code: turns any session transcript β€” including crashed or usage-limit-hit ones β€” into one clean handoff.md another model continues from (ChatGPT, Gemini, or the next Claude), and distills a project's ENTIRE session history into one cited memory brief injected at every session start. MCP tools `list_sessions` and `handoff` (LLM summaries only behind an explicit `--allow-llm`); zero dependencies, pure stdlib, secrets redacted from every output. `pipx install claude-handoff`, then `claude-handoff --mcp`. - [aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations) [![aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 principles, clusters, curated implementation examples, and application guides for production agentic AI systems. 13 public tools require no credentials. `https://aidesignblueprint.com/mcp` - [aliasunder/vault-cortex](https://github.com/aliasunder/vault-cortex/) [![vault-cortex MCP server](https://glama.ai/mcp/servers/aliasunder/vault-cortex/badges/score.svg)](https://glama.ai/mcp/servers/aliasunder/vault-cortex) πŸ“‡ 🏠 ☁️ - MCP server for Obsidian vaults β€” hybrid search, notes & files, memory, tasks, link graph, OAuth-protected. - [andreas-roennestad/openhive-mcp](https://github.com/andreas-roennestad/openhive-mcp) [![openhive-mcp MCP server](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp/badges/score.svg)](https://glama.ai/mcp/servers/andreas-roennestad/openhive-mcp) πŸ“‡ ☁️ - Shared knowledge base where AI agents search and post problem-solution pairs. Agents query before solving, post after resolving. Semantic search via pgvector, duplicate detection, auto-scoring. `npx openhive-mcp`, Free to use