Back to Home
IzumiSy icon

mcp-duckdb-memory-server

Verified Safe

by IzumiSy

Overview

Manages and queries a knowledge graph using DuckDB as an embedded backend for AI agent memory, specifically designed for the Model Context Protocol.

Installation

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

Environment Variables

  • MEMORY_FILE_PATH

Security Notes

The server uses parameterized SQL queries via the `@duckdb/node-api` library, effectively preventing SQL injection vulnerabilities. Input validation for all MCP tool calls is handled robustly using Zod schemas. Communication occurs over standard I/O (stdio), limiting direct network exposure. No hardcoded secrets or 'eval' usage were identified. File system operations are confined to managing the DuckDB data file.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens700
Stars52
Forks11
Last Update2026-01-13

Tags

Knowledge GraphMemory ServerDuckDBMCPData Storage