operandi for Zed
cc.operandi/operandi
Grounded, safety-checked appliance operation packages for robots and agents. Zero-config trial.
client:Zed
transport:stdio
runtime:pypi
Install operandi in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"operandi": {
"command": "uvx",
"args": [
"operandi-mcp"
],
"env": {
"OPERANDI_API_URL": "<OPERANDI_API_URL>",
"OPERANDI_API_KEY": "<OPERANDI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs