Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx local-faiss-mcp
MCP client config
{
"mcpServers": {
"local-faiss-mcp-server": {
"command": "uvx",
"args": [
"local-faiss-mcp"
]
}
}
}