Back to search
30
MCP

Local FAISS MCP Server

io.github.nonatofabio/local-faiss-mcp

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

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

local-faiss-mcp
MCP server with FAISS local vector database for RAG
0 tools
iflow-mcp_sui-mcp-server
MCP RAG Server with FAISS vector database for Move files
0 tools
mcp-local-rag
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
0 tools
lxd-knowledge-test-mcp
Personal knowledge base RAG MCP server — index local markdown/txt files, search via vector similarity
0 tools
@yikizi/mcp-local-rag
Local RAG MCP Server - Enhanced with hybrid search, memory management, and code file support (fork of shinpr/mcp-local-rag)
0 tools
agent-rag-mcp
RAG MCP server: ChromaDB + sentence-transformers, exposes ingest/search/list/delete tools.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "local_faiss_mcp_server": {
      "url": "None",
      "transport": "http"
    }
  }
}