Claude Skill
AVIDS2/memorix
Memorix is an open-source MCP-based memory layer for coding agents. It enables persistent, shared context across Claude Code, Codex, Cursor, Windsurf, Gemini CLI, and more. Local-first, TypeScript.
Overview
Repository
Install this Skill
npm install -g memorixRegistry
npm install -g memorixgit clone https://github.com/AVIDS2/memorix.gitnpm install
Summary
Memorix is an open-source, cross-agent memory layer for coding agents, built on the Model Context Protocol (MCP). It provides persistent, shared memory across multiple AI coding tools including Claude Code, Codex, Cursor, Windsurf, Gemini CLI, and more, enabling agents to retain context and collaborate seamlessly.
基于MCP的开源跨智能体记忆层,适用于编码智能体。兼容Claude Code、Codex、Cursor、Windsurf、Gemini CLI、Antigravity、OpenClaw、Hermes Agent、Oh-my-Pi、Pi、Copilot、Kiro、OpenCode及Trae。
Key features
- Cross-agent memory sharing via MCP
- Compatible with 13+ coding agents and IDEs
- Local-first architecture for privacy and speed
- TypeScript implementation with open-source license
- Persistent context retention across sessions
Use cases
- Maintain coding context when switching between Claude Code and Cursor
- Share project knowledge across multiple AI agents in a team
- Enable long-running coding sessions with persistent memory
- Integrate memory layer into custom MCP-compatible workflows
README excerpt
<p align="center"> <img src="https://raw.githubusercontent.com/AVIDS2/memorix/main/assets/readme-hero.svg" alt="Memorix" width="720"> </p> <h1 align="center">Memorix</h1> <p align="center"> <strong>Local-first shared memory layer for AI coding agents.</strong><br> One project memory system for Claude Code, Codex, Cursor, Windsurf, Copilot, Gemini CLI, OpenCode, OpenClaw, Hermes Agent, Oh-my-Pi, Pi, Kiro, Antigravity, Trae, and any MCP-capable agent. </p> <p align="center"> <a href="https://www.npmjs.com/package/memorix"><img src="https://img.shields.io/npm/v/memorix.svg?style=for-the-badge&logo=npm&color=cb3837" alt="npm"></a> <a href="https://www.npmjs.com/package/memorix"><img src="https://img.shields.io/npm/dm/memorix.svg?style=for-the-badge&logo=npm&label=monthly%20downloads&color=7c3aed" alt="monthly downloads"></a> <a href="https://github.com/AVIDS2/memorix/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/AVIDS2/memorix/ci.yml?style=for-the-badge&label=CI&logo=github" alt="CI"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-2563eb?style=for-the-badge" alt="license"></a> <a href="https://github.com/AVIDS2/memorix"><img src="https://img.shields.io/github/stars/AVIDS2/memorix?style=for-the-badge&logo=github&color=facc15" alt="stars"></a> </p> <p align="center"> <strong>Shared Project Memory</strong> | <strong>MCP</strong> | <strong>Git Memory</strong> | <strong>Reasoning Memory</strong> | <strong>Plugins</strong> | <strong>Orchestration</strong> </p> <p align="center"> <a href="README.zh-CN.md">Chinese</a> | <a href="#install">Install</a> | <a href="#works-with-your-agent">Agents</a> | <a href="#quick-start">Quick Start</a> | <a href="#memory-model">Memory Mod