Back to Home
haksndot icon

haksnbot-memory

Verified Safe

by haksndot

Overview

Provides persistent memory storage and retrieval for AI agents using SQLite with full-text search and a tagging system.

Installation

Run Command
node /path/to/haksnbot-memory/src/index.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-18

Tags

AI MemoryPersistent StorageFull-text SearchSQLiteMCP Server