Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 13, 2026·2 min de lecture

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.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 757c2c05-1f49-5d61-ab33-d969a55796b6 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

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

Source et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires