SuperOps for Cursor
io.github.wyre-technology/superops-mcp
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
client:Cursor
transport:stdio
runtime:oci
Install SuperOps in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"superops-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs