cd /news/ai-tools/awareness-local-local-first-memory-fโ€ฆ ยท home โ€บ topics โ€บ ai-tools โ€บ article
[ARTICLE ยท art-113681] src=github.com โ†— pub= topic=ai-tools verified=true sentiment=โ†‘ positive

Awareness Local: local-first memory for AI coding agents (96% R 5)

Awareness Local, a local-first MCP memory server for AI coding agents, achieves a 96% Recall@5 on the LongMemEval benchmark (ICLR 2025) with 500 human-curated questions, running fully offline on an Apple M1 with 8GB RAM and zero LLM calls. The tool provides persistent cross-session memory for Cursor, Claude Code, Copilot, Cline, and other MCP-compatible IDEs, storing memory as Markdown and indexing with SQLite FTS5 and embeddings.

read6 min views1 publishedAug 28, 2026
Awareness Local: local-first memory for AI coding agents (96% R 5)
Image: Michielbdejong (auto-discovered)

Languages: English | ็ฎ€ไฝ“ไธญๆ–‡

Give your AI agent persistent memory. One command. No account. Works offline.

Awareness Local is a local-first MCP memory server for AI coding agents. It gives Cursor, Claude Code, Copilot, Cline, and other MCP IDEs persistent memory, hybrid semantic + keyword retrieval, and reusable knowledge cards for long-running software projects.

It runs a lightweight daemon on your machine, stores memory as Markdown, indexes recall with SQLite FTS5 + embeddings, and keeps your AI workflow fast, explainable, and offline-ready.

npx @awareness.market/setup

That's it. Your AI agent now remembers everything across sessions.

AI coding agents lose context between sessions. Awareness Local provides cross-session memory recall so agents can continue work without re-explaining architecture, past decisions, pending tasks, and implementation constraints.

  • Persistent memory for AI coding agents
  • Local-first MCP server with offline support
  • Hybrid retrieval (keyword + semantic)
  • Knowledge card extraction for decisions, solutions, and risks
npx @awareness.market/setup

Then open your IDE and start coding. Awareness tools become available for recall, record, and session initialization.

  • Long-running codebase migrations across many sessions
  • Team handoffs where AI should remember prior implementation context
  • Personal coding workflows that need durable preferences and conventions
  • Multi-agent setups that share decision history and task memory

Yes. Local mode works fully offline with memory stored on your machine.

Memory is stored as Markdown in .awareness/

, with a local SQLite index for retrieval.

No. Cloud sync is optional and can be enabled later.

Any MCP-compatible IDE, including Cursor, Claude Code, Copilot, Cline, Windsurf, and others.

Evaluated on ** LongMemEval** โ€” the industry standard benchmark for long-term conversational memory. 500 human-curated questions across 5 core capabilities.

โ•”โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•—
โ•‘                                                              โ•‘
โ•‘   Awareness Memory โ€” LongMemEval Benchmark Results           โ•‘
โ•‘   โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€           โ•‘
โ•‘                                                              โ•‘
โ•‘   Benchmark:  LongMemEval (ICLR 2025)                       โ•‘
โ•‘   Dataset:    500 human-curated questions                    โ•‘
โ•‘   Variant:    LongMemEval_S (~115k tokens per question)      โ•‘
โ•‘                                                              โ•‘
โ•‘   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”        โ•‘
โ•‘   โ”‚                                                 โ”‚        โ•‘
โ•‘   โ”‚   Recall@1    80.2%    (401 / 500)              โ”‚        โ•‘
โ•‘   โ”‚   Recall@3    92.8%    (464 / 500)              โ”‚        โ•‘
โ•‘   โ”‚   Recall@5    96.0%    (480 / 500)  โ—€ PRIMARY   โ”‚        โ•‘
โ•‘   โ”‚   Recall@10   98.6%    (493 / 500)              โ”‚        โ•‘
โ•‘   โ”‚                                                 โ”‚        โ•‘
โ•‘   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜        โ•‘
โ•‘                                                              โ•‘
โ•‘   Method:     Hybrid RRF (BM25 + vector, daemon pipeline)    โ•‘
โ•‘   Embedding:  multilingual-e5-small (production model)       โ•‘
โ•‘   LLM Calls:  0  (pure retrieval, no generation cost)        โ•‘
โ•‘   Hardware:   Apple M1, 8GB RAM โ€” 35 min total               โ•‘
โ•‘                                                              โ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚          Long-Term Memory Retrieval โ€” R@5 Leaderboard       โ”‚
โ”‚          LongMemEval (ICLR 2025, 500 questions)             โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  System                         โ”‚  R@5      โ”‚  Note         โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  MemPalace (ChromaDB raw)       โ”‚  96.6%    โ”‚  R@5 only *   โ”‚
โ”‚  โ˜… Awareness Memory (Hybrid)    โ”‚  96.0%    โ”‚  Hybrid RRF   โ”‚
โ”‚  OMEGA                          โ”‚  95.4%    โ”‚  QA Accuracy  โ”‚
โ”‚  Mastra (GPT-5-mini)            โ”‚  94.9%    โ”‚  QA Accuracy  โ”‚
โ”‚  Mastra (GPT-4o)                โ”‚  84.2%    โ”‚  QA Accuracy  โ”‚
โ”‚  Supermemory                    โ”‚  81.6%    โ”‚  QA Accuracy  โ”‚
โ”‚  Zep / Graphiti                 โ”‚  71.2%    โ”‚  QA Accuracy  โ”‚
โ”‚  GPT-4o (full context)          โ”‚  60.6%    โ”‚  QA Accuracy  โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  * MemPalace 96.6% is Recall@5 only, not QA Accuracy.      โ”‚
โ”‚    Palace hierarchy was NOT used in the evaluation.         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚     Awareness Memory โ€” R@5 by Question Type                 โ”‚
โ”‚                                                             โ”‚
โ”‚  knowledge-update        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ 98.7%  โ”‚
โ”‚  multi-session           โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–Š  99.2%โ”‚
โ”‚  single-session-asst     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–Œ  98.2%โ”‚
โ”‚  temporal-reasoning      โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–   93.2%โ”‚
โ”‚  single-session-user     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ    92.9%โ”‚
โ”‚  single-session-pref     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–Ž    90.0%โ”‚
โ”‚                                                             โ”‚
โ”‚  Overall                 โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‰   96.0%โ”‚
โ”‚                                                             โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”          โ”‚
โ”‚  โ”‚  Ablation Study                               โ”‚          โ”‚
โ”‚  โ”‚  โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€    โ”‚          โ”‚
โ”‚  โ”‚  Vector-only:   92.6%  โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘     โ”‚          โ”‚
โ”‚  โ”‚  BM25-only:     91.4%  โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘     โ”‚          โ”‚
โ”‚  โ”‚  Hybrid RRF:    95.6%  โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘  โ˜…  โ”‚          โ”‚
โ”‚  โ”‚  (2026-04 harness run)                        โ”‚          โ”‚
โ”‚  โ”‚  Hybrid = +3% over any single method          โ”‚          โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜          โ”‚
โ”‚                                                             โ”‚
โ”‚  arxiv.org/abs/2410.10813          awareness.market         โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Zero LLM calls on retrieval (daemon path). Reproducible benchmark scripts โ†’

Before: Every session starts from scratch. You re-explain the codebase, re-justify decisions, watch the agent redo work.

After: Your agent says "I remember you were migrating from MySQL to PostgreSQL. Last session you completed the schema changes and had 2 TODOs remaining..."

Session 1                          Session 2
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”       โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ Agent: "What database?" โ”‚       โ”‚ Agent: "I remember we   โ”‚
โ”‚ You: "PostgreSQL..."    โ”‚       โ”‚ chose PostgreSQL for     โ”‚
โ”‚ Agent: "What framework?"โ”‚  โ†’    โ”‚ JSON support. You had    โ”‚
โ”‚ You: "FastAPI..."       โ”‚       โ”‚ 2 TODOs left. Let me     โ”‚
โ”‚ (repeat every session)  โ”‚       โ”‚ continue from there."    โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜       โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
IDE Auto-detected Plugin
Claude Code
โœ…
awareness-memory

CursorWindsurfOpenClaw@awareness.market/openclaw-memory

ClineGitHub CopilotCodex CLIKiroTraeZedJetBrains (Junie)AugmentAntiGravity (Jules)

Your IDE / AI Agent
    โ”‚
    โ”‚  MCP Protocol (localhost:37800)
    โ–ผ
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  Awareness Local Daemon            โ”‚
โ”‚                                    โ”‚
โ”‚  Markdown files    โ†’ Human-readable, git-friendly
โ”‚  SQLite FTS5       โ†’ Fast keyword search
โ”‚  Local embedding   โ†’ Semantic search (optional: npm i @huggingface/transformers)
โ”‚  Knowledge cards   โ†’ Auto-extracted decisions, solutions, risks
โ”‚  Web Dashboard     โ†’ http://localhost:37800/
โ”‚                                    โ”‚
โ”‚  Cloud sync (optional)             โ”‚
โ”‚  โ†’ One-click device-auth           โ”‚
โ”‚  โ†’ Bidirectional sync              โ”‚
โ”‚  โ†’ Semantic vector search          โ”‚
โ”‚  โ†’ Team collaboration              โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

All memories stored as Markdown files in .awareness/

โ€” human-readable, editable, git-friendly:

.awareness/
โ”œโ”€โ”€ memories/
โ”‚   โ”œโ”€โ”€ 2026-03-22_decided-to-use-postgresql.md
โ”‚   โ”œโ”€โ”€ 2026-03-22_fixed-auth-bug.md
โ”‚   โ””โ”€โ”€ ...
โ”œโ”€โ”€ knowledge/
โ”‚   โ”œโ”€โ”€ decisions/postgresql-over-mysql.md
โ”‚   โ””โ”€โ”€ solutions/auth-token-refresh.md
โ”œโ”€โ”€ tasks/
โ”‚   โ””โ”€โ”€ open/implement-rate-limiting.md
โ””โ”€โ”€ index.db  (search index, auto-rebuilt)
Tool What it does
awareness_init
Load session context โ€” recent knowledge, tasks, rules
awareness_recall
Search memories โ€” progressive disclosure (summary โ†’ full)
awareness_record
Save decisions, code changes, insights โ€” with knowledge extraction
awareness_lookup
Fast lookup โ€” tasks, knowledge cards, session history, risks
awareness_get_agent_prompt
Get agent-specific prompts for multi-agent setups

Instead of dumping everything into context, Awareness uses a two-phase recall:

Phase 1: awareness_recall(query, detail="summary")
  โ†’ Lightweight index (~80 tokens each): title + summary + score
  โ†’ Agent reviews and picks what's relevant

Phase 2: awareness_recall(detail="full", ids=[...])
  โ†’ Complete content for selected items only
  โ†’ No truncation, no wasted tokens

Visit http://localhost:37800/

to browse memories, knowledge cards, tasks, and manage cloud sync.

Connect to Awareness Cloud for:

  • Semantic vector search (100+ languages)
  • Cross-device real-time sync
  • Team collaboration
  • Memory marketplace
npx @awareness.market/setup --cloud

Awareness Local is part of the Awareness ecosystem:

Package For Install
Local daemon + MCP server npx @awareness.market/setup
wrap_openai() / wrap_anthropic() interceptors
pip install awareness-memory-cloud
wrapOpenAI() / wrapAnthropic() interceptors
npm i @awareness-sdk/memory-cloud
Auto-recall + auto-capture openclaw plugins install @awareness.market/openclaw-memory
Skills + hooks /plugin marketplace add everest-an/Awareness-SDK โ†’ /plugin install awareness-memory@awareness
One-command setup for 13+ IDEs npx @awareness.market/setup

Full SDK docs: awareness.market/docs

  • Node.js 18+
  • Any MCP-compatible IDE

No Python, no Docker, no cloud account needed.

If Awareness Local saves you from re-explaining your codebase to your AI agent, give it a โญ โ€” it helps more developers discover the project and pushes it toward GitHub Trending.

MIT

IDE Support: Cursor, Windsurf, Trae, Zed, VS Code, JetBrains. Compatible with: OpenClaw, AutoGPT, LangChain, MetaGPT. Key Technology: OMP (Open Memory Protocol), LatentMAS, Shared Thought Space, One-click Deployment. Focus: Solving AI "Lobster Memory" (Long-term memory loss), Automating complex workflows, Simplifying Agent setup.

โ”€โ”€ more in #ai-tools 4 stories ยท sorted by recency
โ”€โ”€ more on @awareness local 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain โ€” perfect for shipping the agent you just read about.

$git push zahid main
โ†’ Live at https://your-agent.zahid.host โœ“
Get free account โ†’ Pricing
from โ‚ฌ0/mo ยท no card required
LIVE [news/awareness-local-locaโ€ฆ] indexed:0 read:6min 2026-08-28 ยท โ€”