SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.
A SQLite-backed MCP server for persistent memory storage, full-text retrieval, and relationship graph traversal. Memory MCP provides a local, persistent memory layer for MCP-enabled assistants. It stores SHA-256-addressed memory items in SQLite with FTS5-powered full-text search, a directed relationship graph, BFS recall traversal, and token-budget-aware context retrieval — all accessible over…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A SQLite-backed MCP server for persistent memory storage, full-text retrieval, and relationship graph traversal. Memory MCP provides a local, persistent memory layer for MCP-enabled assistants. It stores SHA-256-addressed memory items in SQLite with FTS5-powered full-text search, a directed relationship graph, BFS recall traversal, and token-budget-aware context retrieval — all accessible over stdio transport with no external dependencies. 13 MCP tools for CRUD, batch operations, FTS5 search,…