Esta página se muestra en inglés. Una traducción al español está en curso.
KnowledgeMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Memory
Instalación
Npm|Docker
Confianza
Confianza: Established
Entrada
memorix serve
Comando CLI universal
npx tokrepo install c1463d3f-9b9a-5aa6-95ad-4b628aba976c
Introducción

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

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados