Back to Home
WhenMoon-afk icon

snapshot-mcp-server

Verified Safe

by WhenMoon-afk

Overview

A Model Context Protocol (MCP) server for saving and resuming AI conversations with token-efficient context preservation, working standalone or integrated with larger memory systems.

Installation

Run Command
npx -y @whenmoon-afk/snapshot-mcp-server

Environment Variables

  • SNAPSHOT_DB_PATH

Security Notes

The server uses `better-sqlite3` with prepared statements, mitigating SQL injection risks. Communication with the MCP client (e.g., Claude Desktop) is primarily via standard I/O (`StdioServerTransport`), which limits network exposure. The `install.js` script handles file system operations for setup, including creating directories and modifying the Claude Desktop configuration file. The server itself does not appear to execute arbitrary commands based on user input, nor does it contain obvious hardcoded secrets. The primary risk would be in the MCP SDK dependencies, but the server's implementation is robust for its scope.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-12-02

Tags

MCPSnapshotConversation ContextAISQLiteTypeScript