KnowledgeMay 14, 2026·2 min read

Memorix — Cross-Agent Memory Control Plane

AVIDS2/memorix is a local-first cross-agent memory layer (MCP + CLI/TUI); verified 443★ with stdio `memorix serve` and an HTTP dashboard mode.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Memory
Install
Npm|Docker
Trust
Trust: Established
Entrypoint
memorix serve
Universal CLI install command
npx tokrepo install c1463d3f-9b9a-5aa6-95ad-4b628aba976c
Intro

AVIDS2/memorix is a local-first cross-agent memory layer (MCP + CLI/TUI); verified 443★ with stdio memorix serve and an HTTP dashboard mode.

Best for: Developers who switch between Cursor/Claude Code/Codex and want shared, persistent project memory

Works with: MCP-compatible clients (Cursor/Claude Code/Codex/Windsurf/Gemini CLI) via stdio, plus a long-lived HTTP control plane if needed

Setup time: 12-35 minutes

Key facts (verified)

  • GitHub: 443 stars · 38 forks · pushed 2026-05-11.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: memorix serve.

Main

  • Start with stdio (memorix serve) for one IDE/agent, then move to the HTTP control plane only when you need a shared background service and dashboard.

  • Keep memory clean: README describes a pipeline for formation/dedup/consolidation/retention so memory stays useful instead of noisy.

  • Use the operator CLI to audit and sync workspaces across tools; treat it as your “memory ops” surface while MCP remains the IDE integration layer.

Source-backed notes

  • README positions Memorix as a local-first memory control plane for coding agents with cross-client support tiers (Core/Extended/Community).
  • README quick start installs via npm install -g memorix then initializes config with memorix init and offers stdio (memorix serve) and HTTP modes.
  • README documents an official Docker path for the HTTP control plane using docker compose up --build -d and exposes dashboard + /mcp endpoints.

FAQ

  • Is HTTP required?: No — README recommends starting with local CLI/TUI or stdio MCP, and using HTTP only for a shared background control plane.
  • Where is data stored?: README says it’s local-first and mentions SQLite as the canonical store; keep it on trusted machines.
  • How do I connect an IDE?: Use the generic stdio MCP config (command: memorix, args: [serve]) shown in README examples.
🙏

Source & Thanks

Source: https://github.com/AVIDS2/memorix > License: Apache-2.0 > GitHub stars: 443 · forks: 38

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets