mcpservers
Verified Safeby mugdhav
Overview
Provides a privacy-first, local AI-powered semantic search engine for local media (images and videos) to AI assistants like Claude Desktop, enabling natural language queries for media organization and retrieval.
Installation
python app.pyEnvironment Variables
- MEDIA_DIR
- INDEX_DIR
Security Notes
The server's core functionality involves processing local media files and does not send any data to external cloud services. It uses standard libraries (transformers, PyTorch, OpenCV, FAISS). While the `get_media_details` function accepts a `file_path` argument, within the context of an MCP server designed for local interaction and indexed content, this is generally considered safe. There are no apparent uses of `eval`, unsanitized shell commands, hardcoded credentials, or obfuscation. Model downloads from Hugging Face are standard and generally trusted.
Similar Servers
codebadger
A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology.
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.
mcp
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
felix
Real-time conversational AI voice assistant with local processing, autonomous tool execution, and PWA support.