Skip to content
Cursor

NinjaOne for Cursor

io.github.wyre-technology/ninjaone-mcp

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

client:Cursor transport:stdio runtime:oci

Install NinjaOne in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ninjaone-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/ninjaone-mcp:v2.2.9"
      ],
      "env": {
        "NINJAONE_CLIENT_ID": "<NINJAONE_CLIENT_ID>",
        "NINJAONE_CLIENT_SECRET": "<NINJAONE_CLIENT_SECRET>",
        "NINJAONE_REGION": "<NINJAONE_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

NinjaOne in other clients