From 6332a721cf09f23e6d4c827d8cf550a64da3bbc4 Mon Sep 17 00:00:00 2001 From: Le_Ho <2141325767@qq.com> Date: Sat, 14 Feb 2026 23:43:52 +0800 Subject: [PATCH 1/4] Add memorix project to the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Memorix โ€” Cross-Agent Memory Bridge **Category**: ๐Ÿง  Knowledge & Memory Universal memory layer for AI coding agents via MCP. Stores knowledge in a knowledge graph and shares it across 5 agents: Windsurf, Cursor, Claude Code, Codex, and VS Code Copilot. **Key differentiators**: - Cross-agent workspace sync: MCP configs, rules, skills migrate between agents - 3-layer progressive disclosure search for token efficiency - Auto-memory hooks with pattern detection - Pure local, zero API calls, zero privacy risk **Tech**: TypeScript | **Install**: `npm install -g memorix` | **License**: Apache 2.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 828fa8bb..9ef36e86 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) ๐Ÿ“‡ ๐Ÿ  - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) ๐Ÿ“‡ ๐Ÿ  - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation +- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge with knowledge graph, progressive disclosure search, workspace sync (MCP configs, rules, skills), and auto-memory hooks. Supports Windsurf, Cursor, Claude Code, Codex, and VS Code Copilot. - [entanglr/zettelkasten-mcp](https://github.com/entanglr/zettelkasten-mcp) ๐Ÿ ๐Ÿ  - A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, and search atomic notes through Claude and other MCP-compatible clients. - [GistPad-MCP](https://github.com/lostintangent/gistpad-mcp) ๐Ÿ“‡ ๐Ÿ  - Use GitHub Gists to manage and access your personal knowledge, daily notes, and reusable prompts. This acts as a companion to https://gistpad.dev and the [GistPad VS Code extension](https://aka.ms/gistpad). - [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server) ๐Ÿ“‡ โ˜๏ธ - Ingest anything from Slack, Discord, websites, Google Drive, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf or Cline. From b8a676504a8e6c24f97e1d80af53be985a9baeaa Mon Sep 17 00:00:00 2001 From: Le_Ho <2141325767@qq.com> Date: Sat, 14 Feb 2026 23:55:41 +0800 Subject: [PATCH 2/4] Remove duplicate entry for AVIDS2/memorix Removed duplicate entry for 'AVIDS2/memorix' in the list of MCP tools. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef36e86..29574cea 100644 --- a/README.md +++ b/README.md @@ -999,6 +999,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) ๐Ÿ ๐Ÿ  - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) ๐Ÿ ๐Ÿ  โ˜๏ธ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. - [apecloud/ApeRAG](https://github.com/apecloud/ApeRAG) ๐Ÿ โ˜๏ธ ๐Ÿ  - Production-ready RAG platform combining Graph RAG, vector search, and full-text search. Best choice for building your own Knowledge Graph and for Context Engineering +- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge with knowledge graph, progressive disclosure search, workspace sync (MCP configs, rules, skills), and auto-memory hooks. Supports Windsurf, Cursor, Claude Code, Codex, and VS Code Copilot. - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) ๐Ÿ“‡ ๐Ÿ  - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. @@ -1011,7 +1012,6 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) ๐Ÿ“‡ ๐Ÿ  - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) ๐Ÿ“‡ ๐Ÿ  - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation -- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge with knowledge graph, progressive disclosure search, workspace sync (MCP configs, rules, skills), and auto-memory hooks. Supports Windsurf, Cursor, Claude Code, Codex, and VS Code Copilot. - [entanglr/zettelkasten-mcp](https://github.com/entanglr/zettelkasten-mcp) ๐Ÿ ๐Ÿ  - A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, and search atomic notes through Claude and other MCP-compatible clients. - [GistPad-MCP](https://github.com/lostintangent/gistpad-mcp) ๐Ÿ“‡ ๐Ÿ  - Use GitHub Gists to manage and access your personal knowledge, daily notes, and reusable prompts. This acts as a companion to https://gistpad.dev and the [GistPad VS Code extension](https://aka.ms/gistpad). - [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server) ๐Ÿ“‡ โ˜๏ธ - Ingest anything from Slack, Discord, websites, Google Drive, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf or Cline. From 4120d435045784d711eada592dfb729aea9a6783 Mon Sep 17 00:00:00 2001 From: Le_Ho <2141325767@qq.com> Date: Sun, 15 Feb 2026 23:58:20 +0800 Subject: [PATCH 3/4] Revise memorix project description in README Updated the description of the memorix project to clarify its features and capabilities. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29574cea..e21e0c5f 100644 --- a/README.md +++ b/README.md @@ -999,7 +999,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) ๐Ÿ ๐Ÿ  - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) ๐Ÿ ๐Ÿ  โ˜๏ธ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. - [apecloud/ApeRAG](https://github.com/apecloud/ApeRAG) ๐Ÿ โ˜๏ธ ๐Ÿ  - Production-ready RAG platform combining Graph RAG, vector search, and full-text search. Best choice for building your own Knowledge Graph and for Context Engineering -- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge with knowledge graph, progressive disclosure search, workspace sync (MCP configs, rules, skills), and auto-memory hooks. Supports Windsurf, Cursor, Claude Code, Codex, and VS Code Copilot. +- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge for AI coding agents. Shares knowledge graphs, observations, and project context across Windsurf, Cursor, Claude Code, Codex, Copilot, and Antigravity via MCP. Features 3-layer progressive disclosure search, auto-memory hooks, workspace sync (MCP configs, rules, skills), memory retention with decay scoring, and a visual web dashboard. - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) ๐Ÿ“‡ ๐Ÿ  - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. From bb79edbcb389ac2d5f625779f212de017326e9c1 Mon Sep 17 00:00:00 2001 From: Le_Ho <2141325767@qq.com> Date: Mon, 9 Mar 2026 12:28:41 +0800 Subject: [PATCH 4/4] Revise AVIDS2/memorix description in README Updated memorix entry with persistent knowledge graph details. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e21e0c5f..2934f47a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +image # Awesome MCP Servers [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![เน„เธ—เธข](https://img.shields.io/badge/Thai-Click-blue)](README-th.md) @@ -999,7 +1000,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [20alexl/mini_claude](https://github.com/20alexl/mini_claude) ๐Ÿ ๐Ÿ  - Persistent memory and guardrails for Claude Code. Features mistake tracking, loop detection, scope guard, and hooks that block risky edits. Runs locally with Ollama. - [agentic-mcp-tools/memora](https://github.com/agentic-mcp-tools/memora) ๐Ÿ ๐Ÿ  โ˜๏ธ - Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management. - [apecloud/ApeRAG](https://github.com/apecloud/ApeRAG) ๐Ÿ โ˜๏ธ ๐Ÿ  - Production-ready RAG platform combining Graph RAG, vector search, and full-text search. Best choice for building your own Knowledge Graph and for Context Engineering -- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge for AI coding agents. Shares knowledge graphs, observations, and project context across Windsurf, Cursor, Claude Code, Codex, Copilot, and Antigravity via MCP. Features 3-layer progressive disclosure search, auto-memory hooks, workspace sync (MCP configs, rules, skills), memory retention with decay scoring, and a visual web dashboard. +- [AVIDS2/memorix](https://github.com/AVIDS2/memorix) [glama](https://glama.ai/mcp/servers/@AVIDS2/memorix) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Cross-agent memory bridge for AI coding agents. Persistent knowledge graph shared across 10 IDEs via MCP. 22 tools including team collaboration, auto-cleanup, mini-skills, session management, and workspace sync. 753 tests. 100% local, zero API keys required. - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) ๐Ÿ“‡ ๐Ÿ  - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice.