faiss

GitHub

A library for efficient similarity search and clustering of dense vectors.

40,727 stars C++ 1 file ยท ~9,385 tokens

faiss MCP Server

MCP server for facebookresearch/faiss

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "faiss": {
      "command": "npx",
      "args": [
        "-y",
        "@facebookresearch/faiss"
      ]
    }
  }
}