LibreNMS MCP
Rank #2743io.github.mhajder/librenms-mcp
Query devices, ports, alerts, and manage LibreNMS network monitoring infrastructure with read and write operations.
LibreNMS MCP is a Model Context Protocol (MCP) server published by mhajder. It ranks #2743 of 58,832 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. LibreNMS MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Aug 9, 2025 and most recently updated on Apr 15, 2026.
Ranks ahead of 56,089 of 58,832 servers on MCP Toplist.
Use LibreNMS MCP
Add LibreNMS MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"librenms-mcp": {
"command": "uvx",
"args": [
"librenms-mcp"
],
"env": {
"LIBRENMS_URL": "<your LIBRENMS_URL>",
"LIBRENMS_TOKEN": "<your LIBRENMS_TOKEN>",
"LIBRENMS_READ_ONLY": "<your LIBRENMS_READ_ONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"librenms-mcp": {
"command": "uvx",
"args": [
"librenms-mcp"
],
"env": {
"LIBRENMS_URL": "<your LIBRENMS_URL>",
"LIBRENMS_TOKEN": "<your LIBRENMS_TOKEN>",
"LIBRENMS_READ_ONLY": "<your LIBRENMS_READ_ONLY>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"librenms-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mhajder/librenms-mcp:1.5.0"
],
"env": {
"LIBRENMS_URL": "<your LIBRENMS_URL>",
"LIBRENMS_TOKEN": "<your LIBRENMS_TOKEN>",
"LIBRENMS_READ_ONLY": "<your LIBRENMS_READ_ONLY>",
"MCP_HTTP_PORT": "<your MCP_HTTP_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 3 registries
mhajder
Other servers by mhajder
View all mhajder servers →Available versions (6)
| Version | Published |
|---|---|
| 1.9.0 | Apr 15, 2026 |
| 1.8.0 | Apr 9, 2026 |
| 1.7.0 | Feb 18, 2026 |
| 1.6.0 | Feb 7, 2026 |
| 1.5.0 | Jan 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is LibreNMS MCP?
- Query devices, ports, alerts, and manage LibreNMS network monitoring infrastructure with read and write operations.
- Who maintains LibreNMS MCP?
- LibreNMS MCP is maintained by mhajder, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is LibreNMS MCP an official MCP server?
- Yes — LibreNMS MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does LibreNMS MCP have?
- MCP Toplist tracks 6 versions of LibreNMS MCP, most recently published on Apr 15, 2026.
- Where can I find the source code for LibreNMS MCP?
- The source code for LibreNMS MCP is hosted at github.com/mhajder/librenms-mcp.