Back to MCP Servers
Local Faiss
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-memoryairag
By nonatofabio
Installation
npx -y local_faiss_mcpConfiguration
{
"mcpServers": {
"local_faiss_mcp": {
"command": "npx",
"args": ["-y", "local_faiss_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes