Memorix
Cross-agent memory bridge for AI coding assistants. Persistent knowledge graph shared across 10 IDEs (Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, Gemini CLI) via MCP. 22 tools including team collaboration, auto-c
What is Memorix?
Memorix is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to cross-agent memory bridge for ai coding assistants. persistent knowledge graph shared across 10 ides (cursor, windsurf, claude code, codex, copilot, kiro, antigravity, opencode, trae, gemini cli) via ...
Cross-agent memory bridge for AI coding assistants. Persistent knowledge graph shared across 10 IDEs (Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, Gemini CLI) via MCP. 22 tools including team collaboration, auto-c
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Cross-agent memory bridge for AI coding assistants. Persiste
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx memorixConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Memorix
Memorix is a cross-agent memory bridge that gives AI coding assistants a persistent, shared knowledge graph across more than 10 IDEs and agents including Cursor, Windsurf, Claude Code, GitHub Copilot, Codex, and Gemini CLI. It captures decisions, sessions, reasoning, and project context automatically so that switching between agents or reopening a project never means losing continuity. Teams can use Memorix to share a common memory store, orchestrate multi-agent tasks, and even ingest Git history into the knowledge graph.
Prerequisites
- Node.js 18 or later installed
- npm available on your PATH
- An MCP-compatible client such as Claude Desktop, Cursor, Windsurf, or Claude Code
- A Memorix account or local project initialized with memorix init
Install Memorix globally
Install Memorix via npm so the memorix CLI is available system-wide.
npm install -g memorixInitialize a project
Run memorix init inside your project root to create the memorix.yml configuration file and local storage directory.
memorix initStart the MCP server in stdio mode
The memorix serve command starts Memorix as an MCP stdio server, which is the mode expected by most IDE integrations.
memorix serveAdd Memorix to your MCP client configuration
Add the server block to your client config file (e.g. claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor).
{
"mcpServers": {
"memorix": {
"command": "memorix",
"args": ["serve"]
}
}
}Verify with the Memorix doctor
Run the built-in diagnostics to confirm the server, storage, and agent connections are healthy.
memorix doctor --receiptStore and search memory from the CLI
You can also interact with Memorix directly from the terminal to store decisions or search existing context.
memorix memory store --text "Switched auth to OAuth2" --title "Auth decision" --entity auth --type decision
memorix memory search --query "auth token ttl"Memorix Examples
Client configuration
Stdio config suitable for Claude Desktop, Cursor, Windsurf, and Claude Code. For Claude Code you can also run: claude mcp add memorix -- memorix serve
{
"mcpServers": {
"memorix": {
"command": "memorix",
"args": ["serve"]
}
}
}Prompts to try
Example prompts that exercise Memorix memory and reasoning capabilities inside an MCP client.
- "Store a decision: we chose PostgreSQL over MySQL for the accounts service because of JSONB support"
- "What architecture decisions have we made about the auth module?"
- "Summarize all context related to the payment service from our shared memory"
- "Start a new coding session for the user-profile feature and capture what we discuss"
- "Show me the team status and recent cross-agent memory activity"Troubleshooting Memorix
memorix: command not found after global install
Ensure your global npm bin directory is on PATH. Run npm config get prefix and add <prefix>/bin to your PATH environment variable, then restart your terminal.
MCP client shows memorix server as disconnected
Confirm memorix serve runs without errors directly in the terminal. Check memorix.yml exists in the project root and that Node.js 18+ is being used. Run memorix doctor --receipt to view diagnostics.
Memory search returns no results after storing entries
Storage is scoped to the project root where memorix init was run. Make sure the MCP server is launched from the same directory, or set the project root explicitly in memorix.yml.
Frequently Asked Questions about Memorix
What is Memorix?
Memorix is a Model Context Protocol (MCP) server that cross-agent memory bridge for ai coding assistants. persistent knowledge graph shared across 10 ides (cursor, windsurf, claude code, codex, copilot, kiro, antigravity, opencode, trae, gemini cli) via mcp. 22 tools including team collaboration, auto-c It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Memorix?
Follow the installation instructions on the Memorix GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Memorix?
Memorix works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Memorix free to use?
Yes, Memorix is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
Memorix Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Memorix? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Memorix in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Memorix?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.