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