Back to Home
mugdhav icon

local_media_search_mcp_server

Verified Safe

by mugdhav

Overview

Enables privacy-first semantic search of local media (photos and videos) using natural language queries with a local AI model.

Installation

Run Command
python app.py

Environment Variables

  • MEDIA_DIR
  • INDEX_DIR

Security Notes

The server is designed for local-only operation, explicitly binds to localhost (127.0.0.1), and disables public sharing, significantly reducing network attack surface. It primarily uses well-established Python libraries (Gradio, Transformers, PyTorch, FAISS, OpenCV) without direct use of dangerous functions like 'eval' or shell execution from user input. Configuration is managed via .env files, avoiding hardcoded secrets. The primary risk would stem from vulnerabilities in underlying libraries or highly sophisticated path traversal attacks if a malicious file was intentionally placed in the media directory, but this is mitigated by the local-only nature.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-30

Tags

Privacy-FirstLocal AISemantic SearchMedia ManagementMCP Server