Back to MCP Servers
Gingugu
Persistent memory for AI coding assistants. Local SQLite, no cloud. 16 MCP tools: store, recall, search, relate, consolidate, export, and credential vault (OS keychain). Typed memories with confidence lifecycle (verified/inferred/stale/deprecated), namespaces, knowledge graph, a…
knowledge-memorysqliteai
By gingugu
Installation
pip install ginguguConfiguration
{
"mcpServers": {
"gingugu": {
"command": "npx",
"args": ["-y", "gingugu"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes