Loading MCP server directory, please wait...
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
npx @getmcp/cli add io.github.wyre-technology/superops-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SUPEROPS_API_TOKENSuperOps API token (Bearer) generated in the SuperOps admin console
SUPEROPS_SUBDOMAINYour SuperOps account subdomain (e.g. 'acme' for acme.superops.com)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/superops-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SUPEROPS_API_TOKEN",
"-e",
"SUPEROPS_SUBDOMAIN",
"-e",
"SUPEROPS_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/superops-mcp:v1.4.3"
],
"env": {
"SUPEROPS_API_TOKEN": "",
"SUPEROPS_SUBDOMAIN": "",
"SUPEROPS_REGION": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}