Enables persistent knowledge storage for Claude through a knowledge graph with multiple storage backends.
KnowledgeGraph provides Claude with persistent memory across conversations by utilizing a local knowledge graph server. It allows Claude to remember information about users, projects, and preferences, offering a way to create a more personalized and context-aware conversational experience. The server supports SQLite (default) and PostgreSQL storage backends, project separation for data isolation, and fuzzy search for efficient information retrieval, making it a flexible solution for managing and accessing knowledge within Claude.