MCP Server
MCP
SuperOps
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
Install
oci:ghcr.io/wyre-technology/superops-mcp:v1.6.6
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/superops-mcp:v1.6.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SuperOps API token (Bearer) generated in the SuperOps admin console",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPEROPS_API_TOKEN"
},
{
"description": "Your SuperOps account subdomain (e.g. 'acme' for acme.superops.com)",
"isRequired": true,
"format": "string",
"name": "SUPEROPS_SUBDOMAIN"
},
{
"description": "SuperOps data center region (e.g. 'us', 'eu')",
"format": "string",
"name": "SUPEROPS_REGION"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment