simplisafe mcp for Zed
io.github.chrischall/simplisafe-mcp
Check SimpliSafe system state and sensors, review events, arm/disarm, and control smart locks
client:Zed
transport:stdio
runtime:npm
Install simplisafe mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"simplisafe-mcp": {
"command": "npx",
"args": [
"-y",
"simplisafe-mcp"
],
"env": {
"SIMPLISAFE_REFRESH_TOKEN": "<SIMPLISAFE_REFRESH_TOKEN>",
"SIMPLISAFE_TOKEN_CACHE": "<SIMPLISAFE_TOKEN_CACHE>",
"SIMPLISAFE_TOKEN_FILE": "<SIMPLISAFE_TOKEN_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs