Skip to content
Zed

NinjaOne for Zed

io.github.wyre-technology/ninjaone-mcp

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

client:Zed transport:stdio runtime:oci

Install NinjaOne in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ninjaone-mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

NinjaOne in other clients