Productivity|Development|AI / MLTypeScript

memorix

Open-source cross-agent memory layer for coding agents.

Free
N/A rating (0 reviews)0 installs356 GitHub stars
memorycoding agentsMCP

Memorix is a cross-agent memory layer designed for coding agents, enabling them to share and recall information seamlessly. It is compatible with various coding agents through the MCP protocol.

Compatible with

Claude DesktopCursorWindsurf

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.