SuperOps for Zed
io.github.wyre-ai/superops-mcp
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
client:Zed
transport:stdio
runtime:oci
Install SuperOps in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"superops-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/superops-mcp:v2.0.1"
],
"env": {
"SUPEROPS_API_TOKEN": "<SUPEROPS_API_TOKEN>",
"SUPEROPS_SUBDOMAIN": "<SUPEROPS_SUBDOMAIN>",
"SUPEROPS_REGION": "<SUPEROPS_REGION>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs