S

Simple File Vector Store

An MCP server that provides file semantic search functionality, enabling intelligent retrieval of document contents through vector embedding
2.5 points
34

What is the Simple File Vector Storage Server?

The Simple File Vector Storage Server is a tool for semantic search across files. It automatically monitors file changes in the specified directory, generates vector representations of file contents, and provides efficient semantic retrieval capabilities.

How to use the Simple File Vector Storage Server?

By configuring the server to monitor directories, adding environment variables, and starting the service, you can achieve intelligent search for file contents.

Use Cases

Suitable for enterprise knowledge bases that need to quickly retrieve a large number of documents, project document management, and personal learning material organization.

Main Features

Real-time File IndexingAutomatically monitor new, modified, or deleted operations in the specified directory and update the index in real-time.
Semantic SearchUse vector embedding technology to achieve semantic-based relevance search and improve search accuracy.
Multi-file Type SupportCompatible with multiple file formats (such as Markdown, PDF, etc.) and process content uniformly.
Configurable Chunk SizeSupport adjusting the chunk size and overlapping area to optimize indexing efficiency.
Background Processing MechanismComplete file parsing and index generation in the background without affecting system performance.
Dynamic Update MechanismAutomatically synchronize the latest status according to file changes.

Advantages and Limitations

Advantages
Efficient semantic search to improve work efficiency.
Support multiple file formats with a wide range of applications.
Real-time monitoring of file changes to ensure data consistency.
Easy to use without complex configuration.
Limitations
May affect performance for extremely large files.
Rely on a good network connection to ensure real-time synchronization.
Some file types require external dependencies.

How to Use

Install and Start the Service
Add server configuration to the MCP settings file and start the service.
Configure the Monitoring Directory
Set the folder path to be monitored, supporting environment variables or configuration files.
Execute a Search Request
Call the provided API interface to initiate a search request.

Usage Examples

Example 1: Enterprise Knowledge Base SearchEmployees can quickly locate the required knowledge points through semantic search.
Example 2: Personal Learning Material OrganizationStudents can use this tool to organize notes for easy review.

Frequently Asked Questions

How to specify multiple monitoring directories?
If a file changes, do I need to manually update the index?
Which file types are supported?

Related Resources

Official GitHub Repository
Access project source code and more documentation.
User Manual
Download the detailed user guide.
Demo Video
Watch the function demonstration.
Installation
Copy the following command to your Client for configuration
{
  "mcpServers": {
    "files-vectorstore": {
      "command": "npx",
      "args": [
        "-y",
        "@lishenxydlgzs/simple-files-vectorstore"
      ],
      "env": {
        "WATCH_DIRECTORIES": "/path/to/your/directories"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

{
  "mcpServers": {
    "files-vectorstore": {
      "command": "npx",
      "args": [
        "-y",
        "@lishenxydlgzs/simple-files-vectorstore"
      ],
      "env": {
        "WATCH_DIRECTORIES": "/path/to/dir1,/path/to/dir2"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

{
  "mcpServers": {
    "files-vectorstore": {
      "command": "npx",
      "args": [
        "-y",
        "@lishenxydlgzs/simple-files-vectorstore"
      ],
      "env": {
        "WATCH_CONFIG_FILE": "/path/to/watch-config.json"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

{
    "mcpServers": {
      "files-vectorstore": {
        "command": "npx",
        "args": [
          "-y",
          "@lishenxydlgzs/simple-files-vectorstore"
        ],
        "env": {
          "WATCH_DIRECTORIES": "/path/to/dir1,/path/to/dir2",
          "CHUNK_SIZE": "2000",
          "CHUNK_OVERLAP": "500",
          "IGNORE_FILE": "/path/to/.gitignore"
        },
        "disabled": false,
        "autoApprove": []
      }
    }
  }
Note: Your key is sensitive information, do not share it with anyone.
S
Search1api
The Search1API MCP Server is a server based on the Model Context Protocol (MCP), providing search and crawling functions, and supporting multiple search services and tools.
TypeScript
342
4 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
829
4.3 points
B
Bing Search MCP
An MCP server for integrating Microsoft Bing Search API, supporting web page, news, and image search functions, providing network search capabilities for AI assistants.
Python
228
4 points
A
Apple Notes MCP
A server that provides local Apple Notes database access for the Claude desktop client, supporting reading and searching of note content.
Python
207
4.3 points
M
Modelcontextprotocol
Certified
This project is an implementation of an MCP server integrated with the Sonar API, providing real-time web search capabilities for Claude. It includes guides on system architecture, tool configuration, Docker deployment, and multi-platform integration.
TypeScript
1.1K
5 points
B
Bilibili MCP Js
Certified
A Bilibili video search server based on the Model Context Protocol (MCP), providing API interfaces to support video content search, paginated queries, and video information return, including LangChain call examples and test scripts.
TypeScript
244
4.2 points
M
MCP Server Weread
The WeRead MCP Server is a lightweight service that bridges WeRead data and AI clients, enabling in - depth interaction between reading notes and AI.
TypeScript
377
4 points
M
MCP Obsidian
This project is an MCP server used to interact with the Obsidian note application through the Local REST API plugin of Obsidian. It provides various tools to operate and manage files in Obsidian, including listing files, retrieving file content, searching, modifying content, and deleting files.
Python
882
5 points
Featured MCP Services
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
85
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
140
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
829
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
564
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
282
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
753
4.8 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase