Eternity MCP MCP Server

$npx -y @danttis/eternity-mcp
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.

Frequently Asked Questions

How do I install Eternity MCP?

Install Eternity MCP by running: npx -y @danttis/eternity-mcp

What MCP clients work with Eternity MCP?

Eternity MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Eternity MCP with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free