Frigate MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRIGATE_API_KEY | No | API key for authentication | None |
| FRIGATE_TIMEOUT | No | HTTP request timeout (seconds) | 30 |
| FRIGATE_FRIGATE_URL | No | Base URL of Frigate instance | http://localhost:5000 |
| FRIGATE_SERVER_HOST | No | Server host for SSE/HTTP modes | 0.0.0.0 |
| FRIGATE_SERVER_PORT | No | Server port for SSE/HTTP modes | 8000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/dedsxc/mcp-frigate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server