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.
Latest Blog Posts
- 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