operandi for Cursor
cc.operandi/operandi
Grounded, safety-checked appliance operation packages for robots and agents. Zero-config trial.
client:Cursor
transport:stdio
runtime:pypi
Install operandi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"operandi": {
"type": "stdio",
"command": "uvx",
"args": [
"operandi-mcp"
],
"env": {
"OPERANDI_API_URL": "<OPERANDI_API_URL>",
"OPERANDI_API_KEY": "<OPERANDI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs