
DuckDB Knowledge Graph Memory Server
by izumisy
High-performance knowledge graph memory server using DuckDB for scalable entity and relation storage.
What it does
This server provides a persistent knowledge graph memory for AI agents, allowing them to store and retrieve entities, relations, and observations about users and their environment. By replacing the standard JSON backend with DuckDB, it enables significantly better performance and scalability for large datasets.
Tools
create_entities: Create new entities in the knowledge graph.create_relations: Establish relationships between existing entities.add_observations: Store specific facts or observations about an entity.search_nodes: Perform fuzzy search to retrieve relevant entities and their context.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"graph-memory": {
"command": "npx",
"args": [
"-y",
"@izumisy/mcp-duckdb-memory-server"
],
"env": {
"MEMORY_FILE_PATH": "/path/to/your/memory.data"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @izumisy/mcp-duckdb-memory-serverInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






