simple-files-vectorstore

simple-files-vectorstore

3.7

If you are the rightful owner of simple-files-vectorstore and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

A Model Context Protocol (MCP) server that provides semantic search capabilities across files by watching specified directories and creating vector embeddings of file contents.

The @lishenxydlgzs/simple-files-vectorstore is an MCP server designed to facilitate semantic search across files by monitoring specified directories. It creates vector embeddings of file contents, allowing users to perform semantic searches across their documents. The server is configured through environment variables, enabling users to specify directories to watch either directly or via a configuration file. It supports real-time file watching and indexing, and can handle multiple file types. The server also allows for configurable chunk size and overlap, ensuring efficient processing of files. Additionally, it automatically manages file changes and deletions, providing a seamless experience for users looking to implement semantic search capabilities in their file systems.

Features

  • Real-time file watching and indexing
  • Semantic search using vector embeddings
  • Support for multiple file types
  • Configurable chunk size and overlap
  • Automatic handling of file changes and deletions

Tools

  1. search

    Perform semantic search across indexed files.

  2. get_stats

    Get statistics about indexed files.