Back to Home
IzumiSy icon

mcp-duckdb-memory-server

Verified Safe

by IzumiSy

Overview

Serves as a local knowledge graph memory backend for LLMs, storing entities, relations, and observations using DuckDB for efficient querying and data management.

Installation

Run Command
npx -y @izumisy/mcp-duckdb-memory-server

Environment Variables

  • MEMORY_FILE_PATH

Security Notes

The server primarily operates over standard I/O (stdio) via the MCP SDK, minimizing direct network exposure. It uses DuckDB as an embedded, file-based database. While `MEMORY_FILE_PATH` allows users to specify the database location, this is expected for a memory server and doesn't expose sensitive information or allow arbitrary file access beyond the configured path. No hardcoded secrets or obvious malicious patterns were found. Concurrent write operations to DuckDB are handled by opening one connection at a time, ensuring data integrity within the application's design.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens750
Stars49
Forks11
Last Update2025-12-03

Tags

Knowledge GraphMemory ServerDuckDBLLM BackendLocal Data Store