README.md
A privacy-focused local memory server for long-term semantic storage.
A privacy-focused local memory server that provides long-term semantic storage and retrieval for AI agents using SQLite and ChromaDB. It enables LLMs to persist and query text, chat histories, and PDF documents across sessions through the Model Context Protocol.
Configuration
claude_desktop_config.json
{"mcpServers":{"eternity":{"command":"npx","args":["-y","@danttis/eternity-mcp"]}}}Try it
→Store this chat history in your local memory for future reference.
→Search my local memory for any information regarding my previous project notes.
→Index this PDF document into your semantic storage so I can query it later.
→Retrieve the context from our last session about the software architecture design.
→Find all stored documents related to privacy-focused AI agents.