Back to browse
GitHub Repository

Multi-tiered memory and knowledge base plugin for TUI coding assistants (Claude Code, Copilot CLI, OpenCode, Cline, Cursor)

9 starsC#

Give your AI coding assistant persistent, semantic memory

by strvmarv·Apr 6, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Three-tier memory architecture solves context bloat for Claude Code and Copilot CLI users.

Strengths
  • Hot Warm Cold tiering prevents context bloat while keeping relevant info accessible.
  • Local SQLite and vectors ensure zero external database dependencies or runtime latency.
  • Supports multiple TUI assistants instead of locking you into one single ecosystem.
Weaknesses
  • IDE integrations like Cursor already offer built-in context memory features completely natively.
  • TUI coding assistants remain niche compared to full current IDE environments generally.
Target Audience

Developers using TUI coding assistants

Similar To

Cursor · Copilot Chat · Mem0

Similar Projects

CogmemAi – Persistent Memory for Claude Code via MCP

Runs extraction and search server-side so your local MCP is a tiny HTTP client — no local DBs, no giant RAM leaks, and an easy npx install and .mcp.json or global MCP registration. It exposes clear tools (save_memory, recall_memories, extract_memories, get_project_context) and adds project-scoped + global preferences — a pragmatic fix for Claude Code's tiny flat-file memory. The tradeoff is obvious: usefulness depends on the hosted API (privacy, uptime, cost), and the repo looks early-stage with minimal commits and docs beyond the quickstart.

Niche GemShip ItSolve My Problem
hifriendbot
203mo ago
Developer Tools●●Solid

Fixing Claude Code's amnesia with persistent memory

Scatter-gather retrieval with prompt caching beats naive vector search for Claude Code memory.

Big BrainSolve My Problem
NBenkovich
132mo ago