Skip to main content

Description

A basic implementation of persistent memory using a local knowledge graph. Enables Claude to remember information about users across chats using entities, relations, and observations.

Key Features

  • 🧠 Persistent knowledge graph storage
  • 🔗 Entity and relation management
  • 📝 Observation tracking
  • 🔍 Search and query capabilities
  • 📊 Graph visualization and exploration
  • 💾 Local JSONL storage

Codebase

This is a local MCP server that runs on your machine. Source Code: /mcp_servers/local/memory/ GitHub Repository: https://github.com/Klavis-AI/klavis/tree/main/mcp_servers/local/memory For detailed documentation, installation instructions, and usage examples, please refer to the README in the codebase.