IdeaCredIdeaCred

RMANOV/sqlite-memory-mcp

55

SQLite-backed MCP Memory Server with WAL concurrent safety, FTS5 search, session tracking, task management, and cross-machine bridge sync

What's novel

SQLite-backed MCP Memory Server with WAL concurrent safety, FTS5 search, session tracking, task management, and cross-machine bridge sync

Code Analysis

8 files read · 3 rounds

A production-grade SQLite-backed MCP memory server that provides a provenance-rich knowledge graph with hybrid BM25+semantic search, cross-machine git-based sync, task management, and multi-agent debate protocols for coding agents like Claude and Codex.

Strengths

Exceptionally deep implementation with measured design decisions (recall budget uses a live FTS5 probe table for tokenizer parity, HLC clocks for cross-machine sync, content shrink guards, enrichment invariants) and a genuinely sophisticated 6-signal multiplicative re-ranking pipeline fused with RRF vector search. The codebase demonstrates real engineering rigor — every non-obvious choice is documented with the measurement that justified it.

Weaknesses

The flat module layout with 60+ top-level files and several 100KB+ modules (db_utils at 345KB, debate at 174KB, task_tray at 141KB) makes navigation and maintenance difficult; the lack of a proper package structure and the inability to verify test quality (138 test files exist but none were readable) are notable gaps. The project's breadth (7 micro-servers, PyQt6 GUI, n8n integration, Obsidian publishing, Notion import) risks feature sprawl beyond the core memory use case.

Score Breakdown

Innovation
6 (25%)
Craft
49 (35%)
Traction
5 (15%)
Scope
55 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci-2
Tests+8
Polish+2
Releases+4
Has License+5
Code Quality+23
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+3
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+8
Languages+5
Subsystems+10
Bloat Penalty+0
Completeness+7
Contributors+5
Authored Files+12
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

138

Contributors

1

Files

37

Active weeks

3

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

2

Forks

0

License

MIT