Skip to main content
Glama
dedsxc

Frigate MCP Server

by dedsxc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FRIGATE_API_KEYNoAPI key for authenticationNone
FRIGATE_TIMEOUTNoHTTP request timeout (seconds)30
FRIGATE_FRIGATE_URLNoBase URL of Frigate instancehttp://localhost:5000
FRIGATE_SERVER_HOSTNoServer host for SSE/HTTP modes0.0.0.0
FRIGATE_SERVER_PORTNoServer port for SSE/HTTP modes8000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_camerasA

Get the list of all cameras configured in Frigate.

Returns a list of cameras with their names, status, and configuration details.

Returns: List of camera objects with name, enabled status, and other properties

get_eventsB

Get recent detection events from Frigate.

Retrieves events based on optional filters for camera and detected object label.

get_statsA

Get Frigate system statistics and performance metrics.

Returns information about CPU usage, memory, detector performance, camera FPS, and detection metrics.

Returns: Dictionary containing system stats, detector info, and camera metrics

get_event_detailsB

Get detailed information about a specific detection event.

Retrieves comprehensive details including zones, thumbnails, clips, and timeline information for a single event.

get_snapshotA

Get a snapshot from a specific camera.

Returns the URL to access a snapshot image from the camera, either current or from a specific timestamp.

get_recordingsA

Get recording information for a specific camera.

Retrieves the recording summary including available recordings and storage information for a camera on a specific date.

get_configA

Get the complete Frigate configuration.

Retrieves the full Frigate configuration including all cameras, detectors, motion settings, and system configuration.

Returns: Complete Frigate configuration dictionary

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/dedsxc/mcp-frigate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server