Skip to main content
Knowledge & MemoryPython

nonatofabio/local-faiss-mcp

Local FAISS vector database for RAG with document ingestion (PDF/TXT/MD/DOCX), semantic search, re-ranking, and CLI tools for indexing and querying

knowledge-memorylocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/nonatofabio/local_faiss_mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "localfaissmcp": {
      "command": "npx",
      "args": [
        "-y",
        "nonatofabio/local-faiss-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
nonatofabio