Skip to content
Zed

opsmaxx for Zed

io.github.opsmaxx/opsmaxx

SSH, files, containers and databases via the OpsMaxx desktop app - scoped per capability, audited.

client:Zed transport:stdio runtime:npm

Install opsmaxx 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": {
    "opsmaxx": {
      "command": "npx",
      "args": [
        "-y",
        "@opsmaxx/mcp"
      ],
      "env": {
        "OPSMAXX_MCP_TOKEN": "<OPSMAXX_MCP_TOKEN>",
        "OPSMAXX_MCP_PORT": "<OPSMAXX_MCP_PORT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

opsmaxx in other clients