Back to Home
nonatofabio icon

local_faiss_mcp

Verified Safe

by nonatofabio

Overview

Provides a local FAISS-based vector database as an MCP server for Retrieval-Augmented Generation (RAG) applications, enabling document ingestion, semantic search, and prompt generation.

Installation

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

Environment Variables

  • NO_COLOR

Security Notes

The server uses `subprocess.run` to invoke 'pandoc' for extended document format support. While 'pandoc' is a reputable tool, executing external binaries with user-provided file paths carries an inherent, albeit low, risk. Communication uses stdio, which limits direct network attack surface. No apparent hardcoded secrets or malicious patterns were found. The system is designed for local-first operation, implying trust in the local environment and user-controlled index directory.

Similar Servers

Stats

Interest Score25
Security Score8
Cost ClassMedium
Avg Tokens1800
Stars17
Forks6
Last Update2025-12-18

Tags

RAGFAISSVector DatabaseMCPSemantic Search