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
{
"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