glowyardlighting/everything-mcp-server
3.2
If you are the rightful owner of everything-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server based on the Everything SDK for fast file searching.
Everything MCP Server
一个基于Everything SDK的MCP (Model Context Protocol) 服务器,用于快速文件搜索。
功能特性
- 使用Everything SDK进行快速文件搜索
- 支持MCP协议,可与AI助手集成
- 支持多种搜索模式和过滤选项
- 提供RESTful API接口
安装
- 克隆仓库:
git clone https://github.com/yourusername/SearchMCP.git
cd SearchMCP
- 安装依赖:
npm install
- 确保Everything软件已安装并运行
使用方法
启动MCP服务器
npm start
开发模式
npm run dev
API接口
搜索文件
POST /search
Content-Type: application/json
{
"query": "搜索关键词",
"limit": 100,
"extensions": ["txt", "pdf"]
}
获取文件信息
GET /file/:path
配置
服务器配置文件位于 server.js,您可以修改端口和其他设置。
依赖
- Node.js 16+
- Everything软件
- Everything SDK
许可证
MIT License
贡献
欢迎提交Issue和Pull Request!