Odel
Local FAISS MCP Server

Local FAISS MCP Server

Local
@nonatofabio33PythonMITUpdated 4mo ago

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).

PyPIlocal-faiss-mcpv0.2.0-rc.3

Run

uvx local-faiss-mcp

MCP client config

{
  "mcpServers": {
    "local-faiss-mcp-server": {
      "command": "uvx",
      "args": [
        "local-faiss-mcp"
      ]
    }
  }
}