govee-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOVEE_API_KEY | No | Cloud API key. Without it, the server runs LAN-only. | |
| GOVEE_CACHE_PATH | No | Where the on-disk device cache is written. | ~/.cache/govee-mcp/devices.json |
| GOVEE_PREFER_LAN | No | Prefer LAN over cloud when a device is reachable both ways. | true |
| GOVEE_GROUPS_PATH | No | Override path for groups.json. | ~/.config/govee-mcp/groups.json |
| GOVEE_LAN_ENABLED | No | Enable the LAN transport. | true |
| GOVEE_LAN_SCAN_IPS | No | Comma-separated device IPs to scan directly when multicast is flaky. | |
| GOVEE_CACHE_ENABLED | No | Cache the device list on disk so most commands skip discovery. | true |
| GOVEE_CLOUD_ENABLED | No | Enable the cloud transport (also needs an API key). | true |
| GOVEE_REQUEST_TIMEOUT | No | Cloud HTTP timeout in seconds. | 10 |
| GOVEE_DEVICE_CACHE_TTL | No | Seconds to cache the device list before re-discovering. | 86400 |
| GOVEE_LAN_DISCOVERY_TIMEOUT | No | Seconds to wait for LAN discovery replies. | 2 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/evefromwayback/govee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server