From 088dc8053c084e7e3f91f785441ff5d68211de3e Mon Sep 17 00:00:00 2001 From: Developer Date: Wed, 10 Jun 2026 20:57:34 -0500 Subject: [PATCH 1/2] Add Zaxy to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f748e2ea..b77e55352 100644 --- a/README.md +++ b/README.md @@ -1939,6 +1939,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [STiFLeR7/memex](https://github.com/STiFLeR7/memex) [![STiFLeR7/memex MCP server](https://glama.ai/mcp/servers/STiFLeR7/memex/badges/score.svg)](https://glama.ai/mcp/servers/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. - [xChuCx/agent-memory](https://github.com/xChuCx/agent-memory) [![agent-memory MCP server](https://glama.ai/mcp/servers/xChuCx/agent-memory/badges/score.svg)](https://glama.ai/mcp/servers/xChuCx/agent-memory) 🏎️ 🏠 🍎 🪟 🐧 - Git-native project memory for coding agents: Markdown source of truth committed to your repo, reviewable staged updates (`review --diff` → `apply`), secret/PII-safe, branch-aware — no cloud, no vector DB. - [zzallirog/weighted-compact](https://github.com/zzallirog/weighted-compact) [![zzallirog/weighted-compact MCP server](https://glama.ai/mcp/servers/zzallirog/weighted-compact/badges/score.svg)](https://glama.ai/mcp/servers/zzallirog/weighted-compact) 🐍 🏠 - Inspectable memory substrate for Claude Code. Three read-only MCP tools (search_pairs, compact_session, substrate_info) over a local-first, signal-scored parse of `~/.claude/projects/`. Per-pair scores are numpy columns on disk, not opaque vectors in a service. Zero outbound calls (CI-enforced). +- [syndicalt/zaxy](https://github.com/syndicalt/zaxy) 🐍 🏠 🍎 🪟 🐧 - Event-sourced agent memory on a hash-chained append-only log with an embedded temporal knowledge graph (Kuzu, no sidecar). Cited Memory Checkout context, salience-based forgetting that attenuates instead of deleting, compaction-recovery hooks for Claude Code, token-budgeted checkout, and review-gated consolidation. 47 MCP tools with an 8-tool core profile default. `pip install zaxy-memory` [Docs](https://docs.zaxy.io) ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information. From a4342742bde1c46f811e090e2ef2282c1e9eaacc Mon Sep 17 00:00:00 2001 From: Developer Date: Sun, 14 Jun 2026 14:34:01 -0500 Subject: [PATCH 2/2] Add Glama score badge to Zaxy entry (per glama-check requirement) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77e55352..117d523ba 100644 --- a/README.md +++ b/README.md @@ -1939,7 +1939,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [STiFLeR7/memex](https://github.com/STiFLeR7/memex) [![STiFLeR7/memex MCP server](https://glama.ai/mcp/servers/STiFLeR7/memex/badges/score.svg)](https://glama.ai/mcp/servers/STiFLeR7/memex) 🐍 🏠 🍎 🪟 🐧 - Developer context continuity system. Watches your git repos and builds a temporal knowledge graph of modules, symbols, decisions, and open problems via Graphiti + Neo4j, then serves it to any AI coding agent over MCP. Every edge carries a validity window and a confidence score that decays over time. 12 tools across read and write. Install via `npx -y stifler-memex-mcp`. MIT licensed. - [xChuCx/agent-memory](https://github.com/xChuCx/agent-memory) [![agent-memory MCP server](https://glama.ai/mcp/servers/xChuCx/agent-memory/badges/score.svg)](https://glama.ai/mcp/servers/xChuCx/agent-memory) 🏎️ 🏠 🍎 🪟 🐧 - Git-native project memory for coding agents: Markdown source of truth committed to your repo, reviewable staged updates (`review --diff` → `apply`), secret/PII-safe, branch-aware — no cloud, no vector DB. - [zzallirog/weighted-compact](https://github.com/zzallirog/weighted-compact) [![zzallirog/weighted-compact MCP server](https://glama.ai/mcp/servers/zzallirog/weighted-compact/badges/score.svg)](https://glama.ai/mcp/servers/zzallirog/weighted-compact) 🐍 🏠 - Inspectable memory substrate for Claude Code. Three read-only MCP tools (search_pairs, compact_session, substrate_info) over a local-first, signal-scored parse of `~/.claude/projects/`. Per-pair scores are numpy columns on disk, not opaque vectors in a service. Zero outbound calls (CI-enforced). -- [syndicalt/zaxy](https://github.com/syndicalt/zaxy) 🐍 🏠 🍎 🪟 🐧 - Event-sourced agent memory on a hash-chained append-only log with an embedded temporal knowledge graph (Kuzu, no sidecar). Cited Memory Checkout context, salience-based forgetting that attenuates instead of deleting, compaction-recovery hooks for Claude Code, token-budgeted checkout, and review-gated consolidation. 47 MCP tools with an 8-tool core profile default. `pip install zaxy-memory` [Docs](https://docs.zaxy.io) +- [syndicalt/zaxy](https://github.com/syndicalt/zaxy) [![syndicalt/zaxy MCP server](https://glama.ai/mcp/servers/syndicalt/zaxy/badges/score.svg)](https://glama.ai/mcp/servers/syndicalt/zaxy) 🐍 🏠 🍎 🪟 🐧 - Event-sourced agent memory on a hash-chained append-only log with an embedded temporal knowledge graph (Kuzu, no sidecar). Cited Memory Checkout context, salience-based forgetting that attenuates instead of deleting, compaction-recovery hooks for Claude Code, token-budgeted checkout, and review-gated consolidation. 47 MCP tools with an 8-tool core profile default. `pip install zaxy-memory` [Docs](https://docs.zaxy.io) ### ⚖️ Legal Access to legal information, legislation, and legal databases. Enables AI models to search and analyze legal documents and regulatory information.