Add memorix project to the README

## 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
This commit is contained in:
Le_Ho
2026-02-14 23:43:52 +08:00
committed by GitHub
parent 781068f141
commit 6332a721cf

View File

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