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] 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.