Back to Home
rotkonetworks icon

continuity-mcp-server

Verified Safe

by rotkonetworks

Overview

A persistence layer for Claude conversations, designed to provide episodic memory, searchable history, depth tracking, and context bootstrapping to mitigate the problem of LLMs losing past insights.

Installation

Run Command
node dist/index.js

Environment Variables

  • CONTINUITY_DB_PATH
  • BOOTSTRAP_PATH

Security Notes

The server uses prepared statements (`db.prepare`) to prevent SQL injection vulnerabilities. Input validation is performed using Zod schemas. Communication is via standard I/O (`StdioServerTransport`), reducing direct network attack surface from the server itself. No hardcoded sensitive information or use of `eval` was identified. The use of SQLite for data storage implies the database file itself might need access controls.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-25

Tags

Conversation MemoryLLM PersistenceContext ManagementSQLiteAnthropic Claude