Back to Home
For-Sunny icon

Nova-LLM-mCP-memory-system

Verified Safe

by For-Sunny

Overview

Production-grade GPU-accelerated vector memory for AI applications, providing secure and high-performance vector search.

Installation

Run Command
npm start

Environment Variables

  • TETHER_HOST
  • TETHER_PORT
  • TETHER_SECRET
  • SOCKET_TIMEOUT
  • MAX_TIMESTAMP_DRIFT
  • DEBUG

Security Notes

Implements robust HMAC-SHA256 authentication for communication, replay protection via timestamp validation (MAX_TIMESTAMP_DRIFT), and input validation with Zod schemas. Error responses are sanitized (stack traces are suppressed). Relies on a securely generated 'TETHER_SECRET' environment variable for authentication, which is critical for preventing unauthorized access to the underlying Faiss tether. Communication with the Python tether is via TCP socket, making network security important.

Similar Servers

Stats

Interest Score47
Security Score9
Cost ClassLow
Avg Tokens100
Stars9
Forks2
Last Update2025-12-05

Tags

Faissvector-searchGPUAImemorysecurityMCPNode.jsPython