MCP DuckDB Knowledge Graph Memory Server
@IzumiSy
About MCP DuckDB Knowledge Graph Memory Server
MCP Memory Server with DuckDB backend
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-duckdb-memory-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@IzumiSy/mcp-duckdb-memory-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP DuckDB Knowledge Graph Memory Server?
It is a forked version of the official MCP Knowledge Graph Memory Server that replaces the JSON file backend with DuckDB, a fast embedded analytical database. It stores a knowledge graph of entities, observations, and relations, and provides memory retrieval and update capabilities for AI assistants like Claude.
How to use MCP DuckDB Knowledge Graph Memory Server?
Install via Smithery (npx -y @smithery/cli install @IzumiSy/mcp-duckdb-memory-server --client claude) or manually add it to your claude_desktop_config.json with the command npx -y @izumisy/mcp-duckdb-memory-server and optionally set the MEMORY_FILE_PATH environment variable to a DuckDB database file. Use the provided instruction prompt to guide the AI on memory retrieval and updates.
Key features of MCP DuckDB Knowledge Graph Memory Server
- Uses DuckDB as embedded analytical database
- SQL interface for complex queries
- Fuzzy search with Fuse.js integration
- Transaction support for
Basic information
More Memory & Knowledge MCP servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Comments