Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Gingugu
Gingugu logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:17:51 PM

Gingugu

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
memoryknowledge-graphsqlitedeveloper-toolssemantic-search

Local MCP memory for coding assistants with SQLite storage, structured knowledge, hybrid search, and no cloud dependency.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gingugu-gingugu": {
      "command": "uvx",
      "args": [
        "gingugu"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The gingugu/gingugu MCP server gives coding assistants persistent local memory across sessions, repositories, and projects. It stores structured memories in SQLite, organizes them with namespaces and relationships, and retrieves them using BM25 plus optional local semantic embeddings. Use it when an assistant needs durable project decisions, bug history, architectural context, or other knowledge without sending data to a cloud service. It also includes session hooks, consolidation tools, health metrics, and an OS keychain-backed credential vault.

Use cases

•Store architectural decisions across coding sessions
•Recall previous bug fixes and project conventions
•Search repository knowledge with hybrid retrieval
•Relate and consolidate duplicate memories
•Load relevant context when a session starts

Key features

•Local SQLite persistent memory
•BM25 and semantic hybrid search
•Namespaces and typed knowledge graph
•Confidence and staleness lifecycle
•Session context hooks
•OS keychain credential vault

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Gingugu.

Extracted Tool Capabilities
Local SQLite persistent memory
BM25 and semantic hybrid search
Namespaces and typed knowledge graph
Confidence and staleness lifecycle
Session context hooks
OS keychain credential vault

How Gingugu works

What gingugu/gingugu MCP server does

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.

How it works

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.

Setup and configuration

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.

Tools and capabilities

The gingugu/gingugu MCP server exposes operations for storing, recalling, searching, relating, consolidating, and exporting memories. Its capabilities include:

  • Namespace-scoped memory for repositories, projects, and shared patterns
  • Typed relationships such as supersedes, contradicts, caused_by, and parent/child links
  • Duplicate and related-memory scans, followed by merge, summary, or deduplication actions
  • Session-start context loading with optional compact output
  • Memory statistics, dormancy reports, review sweeps, and namespace summaries
  • Secure service-bundle storage for API keys and tokens through the operating system keychain
  • An interactive memory explorer for viewing the knowledge graph and dashboard

Limitations and notes

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.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Agentkits Memory logoAgentkits Memory

    Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process — works with Claude Code, Cursor, Windsurf, and any MCP client.

    🧠 Knowledge & Memory4 views
    Compare vs Agentkits Memory →
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora →
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Gingugu

The README documents installation with `pip install gingugu`. It requires Python 3.11 or newer.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGingugu AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gingugu-gingugu?style=directory)](https://allmcps.com/mcp/gingugu-gingugu)
HTML Embed
<a href="https://allmcps.com/mcp/gingugu-gingugu"><img src="https://allmcps.com/api/badge/gingugu-gingugu?style=directory" alt="Gingugu on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 9, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
55Quality signal: Good Ā· 55/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· gingugu (PyPI)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Gingugu →Install in Claude DesktopInstall in CursorInstall in VS Code