Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Munim Computer Use in other clients