haksnbot-memory
Verified Safeby haksndot
Overview
Provides persistent memory storage and retrieval for AI agents using SQLite with full-text search and a tagging system.
Installation
node /path/to/haksnbot-memory/src/index.jsEnvironment Variables
- MEMORY_DB_PATH
Security Notes
The server uses `better-sqlite3` with prepared statements, mitigating SQL injection risks. It communicates via standard I/O (StdioServerTransport), reducing direct network attack surface for the server itself. Database path is configurable via an environment variable, preventing hardcoded paths. No `eval` or obvious malicious patterns found. The primary security considerations would be the integrity of the underlying MCP SDK and Node.js environment, and careful management of the `MEMORY_DB_PATH` if not defaulted.
Similar Servers
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.
memory-mcp-server-go
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
claude-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
savecontext
Provides persistent memory, issue tracking, and project planning for AI coding assistants via the Model Context Protocol (MCP).