NinjaONE MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Transport mode: stdio, http, or sse. | stdio |
| SSE_PORT | No | Port for SSE transport when MCP_MODE=sse. | 3001 |
| HTTP_PORT | No | Port for HTTP transport when MCP_MODE=http. | 3000 |
| LOG_LEVEL | No | Logging level (e.g., debug, info). | info |
| NINJA_REGION | No | Region key (us, us2, eu, ca, oc) to map to the appropriate base URL. Ignored if NINJA_BASE_URL is set. | |
| NINJA_BASE_URL | No | Your NinjaONE regional endpoint (e.g., https://app.ninjarmm.com). Takes precedence over NINJA_REGION and auto-detection. | |
| NINJA_BASE_URLS | No | Comma-separated list of candidate base URLs for auto-detection, e.g. https://app.ninjarmm.com,https://eu.ninjarmm.com. | |
| NINJA_CLIENT_ID | Yes | NinjaONE OAuth2 application client ID. | |
| NINJA_CLIENT_SECRET | Yes | NinjaONE OAuth2 application client secret. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues