Memorix

v1.0.0Knowledge & Memorystable

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

agent-memoryai-codingclaude-codecodexcoding-agents
Share:
460
Stars
0
Downloads
0
Weekly
0/5

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

Share persistent knowledge graphs across 10+ AI coding assistants.
Maintain team collaboration and auto-capture context in a cross-agent memory bridge.
AVIDS2

Maintainer

LicenseApache 2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx memorix

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

Install Memorix globally

Install Memorix via npm so the memorix CLI is available system-wide.

npm install -g memorix
2

Initialize a project

Run memorix init inside your project root to create the memorix.yml configuration file and local storage directory.

memorix init
3

Start 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 serve
4

Add 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"]
    }
  }
}
5

Verify with the Memorix doctor

Run the built-in diagnostics to confirm the server, storage, and agent connections are healthy.

memorix doctor --receipt
6

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

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.

Quick Config Preview

{ "mcpServers": { "memorix": { "command": "npx", "args": ["-y", "memorix"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides