MCP ConfigsMay 13, 2026·2 min read

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.

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
Mcp
Install
Pip
Trust
Trust: Established
Entrypoint
pip install omega-memory[server] # Full install (memory + MCP server)
Universal CLI install command
npx tokrepo install 757c2c05-1f49-5d61-ab33-d969a55796b6
Intro

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 & Thanks

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

Discussion

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

Related Assets