Loading MCP server directory, please wait...
MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure
npx @getmcp/cli add io.github.mhajder/librenms-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
LIBRENMS_URLLibreNMS instance URL (e.g., https://librenms.example.com)
LIBRENMS_TOKENLibreNMS API token with appropriate permissions
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mhajder/librenms-mcp": {
"command": "uvx",
"args": [
"librenms-mcp"
],
"env": {
"LIBRENMS_URL": "",
"LIBRENMS_TOKEN": "",
"LIBRENMS_VERIFY_SSL": "true",
"LIBRENMS_TIMEOUT": "30",
"READ_ONLY_MODE": "false",
"DISABLED_TAGS": "",
"LOG_LEVEL": "INFO",
"RATE_LIMIT_ENABLED": "false",
"RATE_LIMIT_MAX_REQUESTS": "100",
"RATE_LIMIT_WINDOW_MINUTES": "1"
}
}
}
}