Skip to content
Cursor

Local FAISS MCP Server for Cursor

io.github.nonatofabio/local-faiss-mcp

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

client:Cursor transport:stdio runtime:pypi

Install Local FAISS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Local FAISS MCP Server in other clients