MCP DuckDB Knowledge Graph Memory Server
@IzumiSy
关于 MCP DuckDB Knowledge Graph Memory Server
MCP Memory Server with DuckDB backend
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-duckdb-memory-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@IzumiSy/mcp-duckdb-memory-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
记忆与知识 分类下的更多 MCP 服务器
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.

Memory
modelcontextprotocolModel Context Protocol Servers
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
评论