Open-source MCP server connects N-sight RMM to Claude, ChatGPT, Codex

A post in the N-able community says an open-source MCP server for N-sight RMM has been published. It lets an AI assistant such as Claude, ChatGPT, or Codex CLI ask plain-language questions about a live N-sight RMM environment. The post says it includes 23 read-only tools, while a production server adds 13 write actions such as clearing checks, approving patches, and running scheduled tasks.

Key points

  • The project is shared through a GitHub repo and a ZIP download.
  • It is made to connect Claude, ChatGPT, and Codex CLI to N-sight RMM.
  • Example questions cover failing checks, missing patches, AV threats, backup status, and device inventory.
  • Setup starts by cloning the repo or extracting the ZIP, then running npm install and npm run build.
  • The post says to add an API key and regional server URL to a .env file, then point the AI client config to dist/readonly-server.js.

Quick term guide

open-source
Software whose code is shared publicly so others can inspect, use, or change it.
MCP server
A server that helps AI tools connect to outside services in a standard way.
N-sight RMM
An N-able tool for remotely managing computers, servers, updates, security, and device status.
AI assistant
A software tool that uses artificial intelligence to answer questions or help with tasks.
read-only tools
Features that can view information but cannot change anything.
production
The live version of a service that real users use.
permissions
Settings that define what files or actions a system or user is allowed to access.
GitHub repo
A project folder on GitHub where code and related files are stored.
Read original