MCP server for LibreNMS network monitoring: read devices, ports, alerts, events from an AI client, with confirm-gated safe writes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"librenms-mcp": {
"command": "npx",
"args": [
"-y",
"lidless-labs/librenms-mcp"
]
}
}
}
Run in terminal:
claude mcp add librenms-mcp npx -y lidless-labs/librenms-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"librenms-mcp": {
"command": "npx",
"args": [
"-y",
"lidless-labs/librenms-mcp"
]
}
}
}