MCP Frigate Optimizer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Frigate Optimizeraudit my Frigate config for LPR issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Frigate Optimizer 🚀
Este servidor implementa el Model Context Protocol (MCP) para permitir que agentes de IA (como Claude, Cursor o cualquier cliente MCP) puedan auditar, gestionar y optimizar configuraciones de Frigate NVR.
Especialmente útil para optimización de LPR (Reconocimiento de Placas), sintonización de detectores y gestión de grabaciones.
🛠️ Herramientas Incluidas
get_config: Recupera elconfig.yamlactual del servidor.update_config: Sube y valida una nueva configuración.get_system_stats: Monitorea FPS, uso de Coral TPU y CPU en tiempo real.restart_service: Reinicia la instancia para aplicar cambios.
Related MCP server: Triage MCP Server
🚀 Instalación Rápida
1. Clonar el repositorio
git clone https://github.com/avargas2026/MCP-Frigate-0.17.git
cd MCP-Frigate-0.172. Crear entorno virtual e instalar dependencias
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt3. Ejecución Directa
export FRIGATE_URL="http://IP_DE_TU_FRIGATE:5000"
python server.py🤖 Configuración en Claude Desktop
Añade esto a tu archivo de configuración de Claude (claude_desktop_config.json):
{
"mcpServers": {
"frigate-optimizer": {
"command": "python3",
"args": ["/RUTA/A/MCP-Frigate-0.17/server.py"],
"env": {
"FRIGATE_URL": "http://192.168.1.XX:5000"
}
}
}
}📄 Licencia
Este proyecto está bajo la Licencia MIT. Libre para uso personal y comercial.
Powered by Antigravity AI Engine
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-readiness scanner (0-5 score), robots.txt + llms.txt generators, managed agent enablement.
Manage your AI chatbot from your AI assistant: analyze conversations, audit content, configure it.
Monitoring that agents set up for themselves — cron jobs, CI/CD pipelines and AI agent runs.
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Related MCP Servers
- FlicenseAqualityAmaintenanceEnables AI assistants to interact with Frigate NVR security camera systems, supporting camera management, event detection, snapshots, recordings, and system stats via natural language.710-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to autonomously check, diagnose, and recover Dockerized services through safe, tool-based ops without direct host shell access.MIT
- AlicenseAqualityCmaintenanceEnables AI agents to safely read, audit, and manage Clash Verge Rev / Mihomo configuration with read-only and controlled runtime operations.663 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables an AI agent to act as a security operations operator by providing tools to monitor camera feeds, analyze scenes, review situations and alarms, acknowledge or resolve alarms, make voice announcements, and consult audit trails and system status.-