Local MCP memory for coding assistants with SQLite storage, structured knowledge, hybrid search, and no cloud dependency.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Gingugu.
The gingugu/gingugu MCP server provides persistent memory for AI coding assistants through MCP. Memory remains available across sessions, repositories, and projects instead of being limited to one conversation or client. Data is stored locally in a SQLite file, with no cloud service, API key, or telemetry requirement.
Memories can be organized by namespace and type, assigned confidence states, and connected in a typed knowledge graph. Supported lifecycle states include verified, inferred, stale, and deprecated. The system can also surface review hints for time-sensitive memories without silently changing their contents.
The server combines SQLite FTS5 BM25 search with local semantic embeddings and merges the results using Reciprocal Rank Fusion. The default embedding option uses fastembed with an ONNX model and can work offline after its initial model download. An Ollama backend is also available when an existing Ollama process should provide embeddings. Semantic search can be disabled to use BM25-only retrieval.
Returned results can be ranked using relevance, freshness, access patterns, and confidence. Session-start behavior can load relevant namespaces and inject memory guidance through a hook. A stop hook checks whether a session involving real work recorded anything, helping make memory capture part of the workflow rather than an occasional manual action.
The project requires Python 3.11 or newer. The README documents installation with pip install gingugu. Running gingugu init connects a repository to the workflow and installs the session hooks described above.
Storage is local and does not require account credentials. The optional embedding settings include MEMORY_EMBEDDINGS_BACKEND=ollama for Ollama or MEMORY_EMBEDDINGS_ENABLED=false to turn semantic search off. The default fastembed model is downloaded to the local fastembed cache and then operates offline.
The gingugu/gingugu MCP server exposes operations for storing, recalling, searching, relating, consolidating, and exporting memories. Its capabilities include:
The project describes itself as suitable for local personal workflows but still early for broad validation, large-scale databases, and long upgrade horizons. SQLite FTS5 is expected to handle millions of rows, but the project has not benchmarked memory stores at the 100,000-plus scale. The published retrieval measurements come from an internal labeled workload and should be treated as a regression baseline, not a cross-product benchmark.
The server is designed for local use and supports Cursor, Windsurf, Claude, and other MCP clients. The optional Ollama backend adds a dependency on a running Ollama process; fastembed avoids that requirement but downloads a model initially. The gingugu/gingugu MCP server does not require cloud credentials for its local operation.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gingugu-gingugu)<a href="https://allmcps.com/mcp/gingugu-gingugu"><img src="https://allmcps.com/api/badge/gingugu-gingugu?style=directory" alt="Gingugu on AllMCPs" /></a>