Govee for Zed
io.github.evefromwayback/govee-mcp
LAN-first, cloud-fallback MCP server for Govee smart lights and devices.
client:Zed
transport:stdio
runtime:pypi
Install Govee in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"govee-mcp": {
"command": "uvx",
"args": [
"govee-mcp"
],
"env": {
"GOVEE_API_KEY": "<GOVEE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs