Skip to main content
Glama
avargas2026
by avargas2026

MCP Frigate Optimizer 🚀

MCP Python

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 el config.yaml actual 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.17

2. Crear entorno virtual e instalar dependencias

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

3. 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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    A
    maintenance
    Enables 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.
    43
    52
    235
    Apache 2.0
  • F
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to interact with Frigate NVR security camera systems, supporting camera management, event detection, snapshots, recordings, and system stats via natural language.
    7
    8
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to autonomously check, diagnose, and recover Dockerized services through safe, tool-based ops without direct host shell access.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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