Back to Home
nonatofabio icon

local_faiss_mcp

Verified Safe

by nonatofabio

Overview

Provides local vector database functionality using FAISS for Retrieval-Augmented Generation (RAG) applications, enabling semantic search and document ingestion for AI agents.

Installation

Run Command
local-faiss-mcp --index-dir ./my_vector_store

Security Notes

The server operates via standard I/O (stdio) and manages local files within a user-specified directory. It loads embedding models from Hugging Face, which is a standard practice but introduces a potential supply chain risk if a loaded model itself were malicious. However, the server code does not exhibit direct code execution vulnerabilities, 'eval' usage, 'os.system' calls, or hardcoded secrets. File operations are confined to the designated index directory.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars2
Forks0
Last Update2025-12-06

Tags

FAISSRAGVector DatabaseSemantic SearchEmbeddings