Serversio.github.wyre-technology/ninjaone-mcp
M

NinjaOne

io.github.wyre-technology/ninjaone-mcp · v1.6.3
▦ docker
v1.6.3docker oci: ghcr.io/wyre-technology/ninjaone-mcp:v1.6.3↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wyre-technology/ninjaone-mcp",
  "description": "MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.",
  "title": "NinjaOne",
  "repository": {
    "url": "https://github.com/wyre-technology/ninjaone-mcp",
    "source": "github"
  },
  "version": "1.6.3",
  "websiteUrl": "https://github.com/wyre-technology/ninjaone-mcp",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/ninjaone-mcp:v1.6.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "NinjaOne OAuth 2.0 Client ID",
          "isRequired": true,
          "format": "string",
          "name": "NINJAONE_CLIENT_ID"
        },
        {
          "description": "NinjaOne OAuth 2.0 Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NINJAONE_CLIENT_SECRET"
        },
        {
          "description": "NinjaOne region: 'us' (default), 'eu', or 'oc'",
          "format": "string",
          "default": "us",
          "name": "NINJAONE_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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}