nonatofabio/local-faiss-mcp
by Various
Local FAISS vector store as an MCP server – Agent Memory, drop-in local semantic search for Claude / Copilot / Agents.
MCP
nonatofabio/local-faiss-mcp
Added 1 June 2026
Overview
A Python server that wraps a local FAISS vector store into the Model Context Protocol. It provides drop-in semantic search and memory for agents like Claude and Copilot without external cloud services.
Best for
Best for
Developers who need a lightweight, self-hosted semantic memory for AI agents running on their own hardware.
Use cases
- Give Claude persistent memory by storing and retrieving conversation context
- Perform local semantic search on documents for Copilot agents
- Embed queries and return similar items for RAG workflows
How to use
Install
pip install local-faiss-mcp Tools exposed
all-MiniLM-L6-v2all-mpnet-base-v2paraphrase-multilingual-MiniLM-L12-v2all-MiniLM-L12-v2
Tested with
Claude Desktop, Claude Code
Notes
A Python server that wraps a local FAISS vector store into the Model Context Protocol. It provides drop-in semantic search and memory for agents like Claude and Copilot without external cloud services.
30 stars on GitHub. Last updated 2026-04-24. Licensed MIT.
Use cases
- Give Claude persistent memory by storing and retrieving conversation context
- Perform local semantic search on documents for Copilot agents
- Embed queries and return similar items for RAG workflows
Pros
- Fully local and private, no cloud dependency
- Works with any MCP-compatible agent out of the box
- Simple Python setup with minimal dependencies
Cons
- Small user base (30 stars) limits community support and examples
- Requires self-hosting and manual maintenance
- FAISS index is in-memory, not designed for large or persistent datasets
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Fully local and private, no cloud dependency
- Works with any MCP-compatible agent out of the box
- Simple Python setup with minimal dependencies
Cons
- Small user base (30 stars) limits community support and examples
- Requires self-hosting and manual maintenance
- FAISS index is in-memory, not designed for large or persistent datasets
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.