Back to Home
sadatnazarli icon

VectorForge

Verified Safe

by sadatnazarli

Overview

Provides local, long-term memory for AI assistants (e.g., Claude) using a high-performance C++ vector database.

Installation

Run Command
node /ABSOLUTE/PATH/TO/VectorForge/server/dist/index.js

Security Notes

The system runs locally and uses standard I/O (stdio) for communication, limiting network attack surface. The Node.js server executes the C++ binary via `child_process.execFile` with explicitly constructed arguments, reducing the risk of command injection through user input. Input parsing in the TypeScript server uses `zod` for validation, and the C++ component parses a simple float array format without 'eval' or similar dangerous functions. No hardcoded secrets were identified. The primary security concern, common in such architectures, is ensuring the C++ binary itself is secure against input-based vulnerabilities, though `strncpy` and fixed-size buffers are used to mitigate some risks.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-11-24

Tags

Vector DatabaseRAGLocal AIC++Node.js MCP