Back to Home
bobmatnyc icon

kuzu-memory

Verified Safe

by bobmatnyc

Overview

KuzuMemory provides a lightweight, embedded graph-based memory system for AI applications, specifically designed to integrate with AI coding agents (like Claude Code) via the Model Context Protocol (MCP) for contextual prompt enhancement and learning from interactions.

Installation

Run Command
kuzu-memory mcp

Environment Variables

  • KUZU_MEMORY_DB
  • KUZU_HOOK_LOG_DIR
  • KUZU_MEMORY_CONFIG_PATH
  • KUZU_MEMORY_LOG_LEVEL

Security Notes

The server primarily communicates over stdin/stdout, reducing external network attack surface. It utilizes `subprocess.run` in `KuzuCLIAdapter`, `MCPDiagnostics`, and `SelfUpdater` for CLI interactions and system-level operations. While input sanitization is used, `subprocess` calls are a common point for command injection if not handled perfectly. No direct `eval()` or obfuscation is observed. Hardcoded secrets are not evident; environment variables are used for sensitive paths.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassLow
Avg Tokens300
Stars12
Forks1
Last Update2026-01-18

Tags

AIMemoryGraph DatabasePythonKuzuMCPDevelopment ToolsCoding Agent