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

omega-memory — Persistent Memory for Coding Agents

OMEGA is a local-first, cross-model memory system for coding agents. It runs an MCP server plus hooks so recall is automatic across sessions.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 757c2c05-1f49-5d61-ab33-d969a55796b6 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

OMEGA is a local-first, cross-model memory system for coding agents. It runs an MCP server plus hooks so recall is automatic across sessions.

Best for: Developers who want cross-session memory without cloud lock-in

Works with: Python 3.11+, MCP clients, Claude Code/Cursor/Codex (via setup)

Setup time: 4-10 minutes

Key facts (verified)

  • GitHub: 135 stars · 22 forks · pushed 2026-05-13.
  • License: Apache-2.0 · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: pip install omega-memory[server] # Full install (memory + MCP server).

Main

  • Use the server+hooks path if you want ambient memory: setup wires MCP + session hooks so recall happens at session start, not only when you remember to query.

  • Start by storing explicit decisions (architecture, style, constraints), then rely on semantic query when a new session begins to keep continuity.

  • If you only need a library (no server), use the README’s core-only install — but expect fewer integrations than the MCP server flow.

Source-backed notes

  • README Quick Install shows pip install omega-memory[server] followed by omega setup and omega doctor.
  • README states omega setup downloads an ONNX embedding model (~90MB) and registers an MCP server for supported clients.
  • README lists a memory-tool table (25 tools) and documents a CLI section for setup/doctor/status.

FAQ

  • Does it send data to the cloud?: README frames it as local-first; any network traffic comes from your LLM provider, not the memory store itself.
  • Can I use it without MCP?: Yes — README shows a library-only install, but integrations are strongest with the MCP server flow.
  • What’s a good first memory?: Store one durable rule (e.g., linting or architecture constraint) and verify it’s recalled on the next session start.
🙏

Fuente y agradecimientos

Source: https://github.com/omega-memory/omega-memory > License: Apache-2.0 > GitHub stars: 135 · forks: 22

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