mcpservers
Verified Safeby mugdhav
Overview
Enables AI assistants to semantically search local photos and videos through natural language queries, ensuring 100% privacy.
Installation
python app.pyEnvironment Variables
- MEDIA_DIR
- INDEX_DIR
Security Notes
The server operates entirely locally (localhost) and explicitly states no data leaves the machine, minimizing network-related risks. No 'eval' or obfuscation found. Uses environment variables for configuration paths instead of hardcoded values. The initial model download from HuggingFace is the only external network interaction after dependencies are installed, which is standard for ML projects. This approach significantly enhances user privacy and security.
Similar Servers
RiMCP_hybrid
A local RAG (Retrieval-Augmented Generation) server providing semantic and lexical search, and graph-based navigation for RimWorld game source code and XML definitions to AI assistants.
codebadger
Static code analysis Model Context Protocol (MCP) server utilizing Joern's Code Property Graph (CPG) technology to provide structural and security analysis for various programming languages.
mcp
This MCP server advises development agents on modern and performant best practices by identifying inefficient or outdated npm packages and serving migration documentation.
HydrusMCPServer
Connects an LLM to the Hydrus Network media manager for sophisticated tag and file management through a Dockerized MCP server.