📡 MCP Radar

sbolten/agy-memory-engine

Lightweight SQLite FTS5 dynamic memory layer & MCP server for Google Antigravity (AGY)

4 stars
0 forks
Python
momentum ▲ 8.0
created 2026-08-20
on radar since 2026-08-24
star trend 3 → 4 since 2026-08-24
View on GitHub ↗

About agy-memory-engine

Lightweight, high-performance, standalone dynamic memory layer for Google Antigravity (agy) and autonomous agent frameworks.

Inspired by Hermes Agent's 3-pillar memory architecture, using SQLite FTS5 for ultra-fast local retrieval ( Fuzzy Vectors for Core Facts: When an agent needs your timezone, server IPs, hardware specs, or personal preferences, SQLite FTS5 with BM25 ranking delivers deterministic, exact results in < 2ms with 0 MB extra RAM. - Telegram UX requires sub-second response starts: SQLite FTS5 pre-fetches relevant facts locally via standard library Python before the LLM begins streaming. - Zero External Dependencies: Built entirely on Python’s standard library (sqlite3, re, difflib). Runs anywhere without pip install, wheel compilation issues, or Docker container overhead. - Dynamic Pre-fetching without Prompt Bloat: Instead of dumping an entire personal wiki into the system prompt, agy-memory extracts key entities, fetches only the 3–5 relevant facts, and injects them as ephemeral context. - Autonomous Background Learning & Compaction: Ingesting new memories is decoupled from the user interaction (sync-turn). Over time, automated nightly compaction (compact --apply) deduplicates, resolves contradictions, and prunes stale data across all user accounts.

- ⚡ Blazing Fast Retrieval (<2ms): Uses native SQLite FTS5 full-text indexing with BM25 ranking. - 🔍 Typo & Fuzzy Fallback: Automatically handles misspelled terms and queries via difflib vocabulary matching. - 🌐 Multilingual & German/English Stopword Filtering: Filters out noise and matches keywords cross-lingu

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/sbolten--agy-memory-engine.html)

Related MCP servers

fellowgeek/mcp-memory

An OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents.

⭐ 188Python
sosoj92/jarvis-assistant-vocal

Assistant vocal local en francais : Claude ou Ollama (offline), domotique Hue, OBS, agenda, navigateur, appels Twilio, serveur MCP. Python.

⭐ 132Python
Stupidoodle/swissdevjobs-cli

Search & apply to ~4,700 salary-transparent tech jobs across 7 countries (🇨🇭🇩🇪🇬🇧🇺🇸🇨🇦🇳🇱🇫🇷) from your terminal or AI agent — zero-dependency Python CLI + MCP server + Claude Code plugin

⭐ 92Python
agents-universe/agents-universe

让智能体像人一样学习和工作,共享智能体和项目记忆

⭐ 83Python
bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
alxgntv/substack-api-mcp

MCP server for Substack posts (FastMCP + substack-api-client)

⭐ 80Python

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.