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