SuperOps for Cline
io.github.wyre-technology/superops-mcp
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
client:Cline
transport:stdio
runtime:oci
Install SuperOps in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"superops-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/superops-mcp:v1.6.6"
],
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs