Munim Computer Use for Zed
io.github.munimtechnologies/munim-computer-use
Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.
client:Zed
transport:stdio
runtime:npm
Install Munim Computer Use in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"munim-computer-use": {
"command": "npx",
"args": [
"-y",
"munim-computer-use"
],
"env": {
"COMPUTER_USE_BROWSER": "<COMPUTER_USE_BROWSER>",
"COMPUTER_USE_AGENT_CURSOR": "<COMPUTER_USE_AGENT_CURSOR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs