MCPServers
Simple File Vector Store - MCP server logo

Simple File Vector Store

22
0

Summary

This MCP server, developed by lishenxydlgzs, provides a vector store for local files and directories, enabling semantic search across their contents. Built with TypeScript and leveraging libraries like LangChain and FAISS, it offers tools for initializing the store and performing searches. The implementation focuses on creating embeddings from supported file types (Markdown, HTML, JSON, plain text) using the all-MiniLM-L6-v2 model and storing them efficiently. It's particularly useful for teams wanting to add semantic search capabilities to their local document repositories, enabling use cases such as context-aware information retrieval, automated document linking, and AI-assisted content exploration without relying on external search services.

Available Actions(2)

search

Perform semantic search across indexed files. Parameters: query (required string), limit (optional integer, default: 5, max: 20)

get_stats

Get statistics about indexed files. Parameters: None

Last Updated: April 25, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ