MCP Frigate Optimizer
Click on "Install 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: UniFi 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables PTZ camera control with gimbal positioning, snapshots, and AI visual analysis for OBSBOT and UVC cameras. Supports autonomous scanning patterns and integrates with vision-language models for real-time camera analysis.71MIT
- AlicenseCqualityAmaintenanceEnables AI agents to manage UniFi network infrastructure via the Model Context Protocol, supporting device management, network configuration, security, and QoS through local or cloud APIs.4352235Apache 2.0
- FlicenseAqualityAmaintenanceEnables AI assistants to interact with Frigate NVR security camera systems, supporting camera management, event detection, snapshots, recordings, and system stats via natural language.78
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to autonomously check, diagnose, and recover Dockerized services through safe, tool-based ops without direct host shell access.MIT
Related MCP Connectors
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/avargas2026/MCP-Frigate-0.17'
If you have feedback or need assistance with the MCP directory API, please join our Discord server